gongfuzhu 1 년 전
부모
커밋
5b848eea60
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/controller/XiaoJuController.java

+ 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);