no message

master
zhangshanxue 2020-07-26 23:45:43 +08:00
parent 6ea74bd854
commit d7152b8764
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ public class MHTRechargeController {
LOGGER.info("serviceKey : " + serviceKey); LOGGER.info("serviceKey : " + serviceKey);
try { try {
rPCClient = ClientAdapterPo.getClientAdapterPo(serviceKey); rPCClient = ClientAdapterPo.getClientAdapterPo(serviceKey);
result = rPCClient.getClient().deliveryRecharge(cUserInfo.getId(),Integer.parseInt(goodID),consumerid, orderNo,0,0); result = rPCClient.getClient().deliveryRecharge(cUserInfo.getId(),Integer.parseInt(goodID),uid, orderNo,0,0);
} catch (Exception e) { } catch (Exception e) {
LOGGER.info("callback=>",e); LOGGER.info("callback=>",e);
}finally { }finally {
@ -145,7 +145,7 @@ public class MHTRechargeController {
} }
} }
}else{ }else{
LOGGER.info("not get the user url,the openID={} ",consumerid); LOGGER.info("not get the user url,the openID={} ",uid);
response = "FAIL"; response = "FAIL";
} }
if (result != null && result.getResultCode() == 1) { if (result != null && result.getResultCode() == 1) {