gongfuzhu 1 éve
szülő
commit
3c4ebabe1c

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

@@ -71,7 +71,7 @@ public class SycController {
 
     @ApiOperation("dfy订单同步")
     @RequestMapping(value = "dfy/orderState", method = RequestMethod.POST)
-    public JSONObject dd(@RequestBody SyncRequest syncRequest) {
+    public JSONObject dd(@RequestBody JSONObject syncRequest) {
         ApiLog apiLog = new ApiLog();
         apiLog.setSystem("dfy");
         apiLog.setRequest(JSONUtil.toJsonStr(syncRequest));