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