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