|
@@ -128,12 +128,7 @@ public class GigThirdApiController {
|
|
|
xinbadaInputRecord.setServerUserUuid(serverUserUuid);
|
|
|
xinbadaInputRecordService.save(xinbadaInputRecord);
|
|
|
|
|
|
- try {
|
|
|
- gigThirdApiService.xinbadaNotify(actionName, orderNo, orderStatus);
|
|
|
-
|
|
|
- } catch (Exception e) {
|
|
|
- log.error("response返回异常", e);
|
|
|
- }
|
|
|
+ gigThirdApiService.xinbadaNotify(actionName, orderNo, orderStatus);
|
|
|
|
|
|
successResult.put("resp_code", 200);
|
|
|
successResult.put("resp_message", "SUCCESS");
|