gongfuzhu пре 1 година
родитељ
комит
5b848eea60

+ 0 - 2
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/controller/XiaoJuController.java

@@ -30,7 +30,6 @@ public class XiaoJuController {
 
     @ApiOperation("推送-同步订单信息")
     @RequestMapping(value = "notifyOrderInfo", method = RequestMethod.POST)
-    @ResourceAuth(value = "user", type = AuthType.User)
     public ResponseDTO notifyOrderInfo(@RequestBody OilRequest oilRequest) {
 
         return xiaoJuService.notifyOrderInfo(oilRequest);
@@ -38,7 +37,6 @@ public class XiaoJuController {
 
     @ApiOperation("推送-同步加油站信息")
     @RequestMapping(value = "receivingGasStation", method = RequestMethod.POST)
-    @ResourceAuth(value = "user", type = AuthType.User)
     public ResponseDTO receivingGasStation(@RequestBody OilRequest oilRequest) {
 
         return xiaoJuService.notificationPushStoreInfoRequest(oilRequest);