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