gongfuzhu 8 hónapja
szülő
commit
fab281195d

+ 1 - 1
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/controller/SycController.java

@@ -89,7 +89,7 @@ public class SycController {
 
     @ApiOperation("同步视频会员2支付状态")
     @RequestMapping(value = "video2/orderState", method = RequestMethod.POST)
-    public String receivingGasStation2(@RequestBody NotifyOrderReq notifyOrderReq) {
+    public String receivingGasStation2(NotifyOrderReq notifyOrderReq) {
         ApiLog apiLog = new ApiLog();
         apiLog.setSystem("video2");
         apiLog.setRequest(JSONUtil.toJsonStr(notifyOrderReq));