Commit 321f25b3 authored by libin's avatar libin

通用配置

parent c0fed8ba
......@@ -552,6 +552,8 @@ public class VehicleController extends BaseController<VehicleBiz> {
}
@GetMapping("/app/unauth/data/{month}")
@IgnoreClientToken
@IgnoreUserToken
public RestResponse dataCo(@PathVariable(value = "month") String month) throws Exception {
vehicleJobHandler.execute(month);
return RestResponse.suc();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment