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