|
@@ -56,8 +56,9 @@ public class TradeBillsController { |
|
@@ -56,8 +56,9 @@ public class TradeBillsController { |
56
|
req.setOperateUname(userHelper.getUserName());
|
56
|
req.setOperateUname(userHelper.getUserName());
|
57
|
|
57
|
|
58
|
ApiResponse apiResponse=new ApiResponse();
|
58
|
ApiResponse apiResponse=new ApiResponse();
|
|
|
59
|
+ LOGGER.info("TradeBillsController manualRefund call ufo-gateway.manualDealMon param is {}", req);
|
59
|
JSONObject jsonObject = serviceCaller.asyncCall("ufo-gateway.manualDealMon", req, JSONObject.class).get(5);
|
60
|
JSONObject jsonObject = serviceCaller.asyncCall("ufo-gateway.manualDealMon", req, JSONObject.class).get(5);
|
60
|
- LOGGER.info("call ufo-gateway.manualDealMon interface is {}, result is {}", jsonObject.toJSONString());
|
61
|
+ LOGGER.info("TradeBillsController manualRefund call ufo-gateway.manualDealMon interface is {}, result is {}", jsonObject.toJSONString());
|
61
|
int resultCode=jsonObject.getIntValue("code");
|
62
|
int resultCode=jsonObject.getIntValue("code");
|
62
|
if(200!=resultCode){
|
63
|
if(200!=resultCode){
|
63
|
apiResponse.setCode(resultCode);
|
64
|
apiResponse.setCode(resultCode);
|