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

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