|
@@ -96,7 +96,11 @@ public class SycController {
|
|
|
apiLog.setService("syncOrderState");
|
|
|
apiLog.setResponse("success");
|
|
|
apiLogDao.save(apiLog);
|
|
|
- video2ServiceImpl.notifyOrder(notifyOrderReq);
|
|
|
+ try {
|
|
|
+
|
|
|
+ video2ServiceImpl.notifyOrder(notifyOrderReq);
|
|
|
+ } catch (Exception e) {
|
|
|
+ }
|
|
|
|
|
|
|
|
|
return "success";
|