|
@@ -93,7 +93,7 @@ public class SycController {
|
|
|
video2ServiceImpl.notifyOrder(notifyOrderReq);
|
|
|
|
|
|
ApiLog apiLog = new ApiLog();
|
|
|
- apiLog.setSystem("video");
|
|
|
+ apiLog.setSystem("video2");
|
|
|
apiLog.setRequest(JSONUtil.toJsonStr(notifyOrderReq));
|
|
|
apiLog.setService("syncOrderState");
|
|
|
apiLog.setResponse("ok");
|