generated from root/miduo_server
no message
parent
6ea74bd854
commit
d7152b8764
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue