|
@@ -119,6 +119,7 @@ public class SycController {
|
|
|
@ApiOperation("ypp订单同步")
|
|
|
@RequestMapping(value = "ypp/orderState", method = RequestMethod.POST)
|
|
|
public String yppOrderState(@RequestBody SyncOrderRequest syncRequest) {
|
|
|
- return yppService.syncOrderState(syncRequest);
|
|
|
+ yppService.syncOrderState(syncRequest);
|
|
|
+ return "成功";
|
|
|
}
|
|
|
}
|