generated from root/miduo_server
元判断
parent
df1808921a
commit
5e7c817921
|
|
@ -90,6 +90,10 @@ public class PayLogic {
|
||||||
LOGGER.info("serviceKey : " + serviceKey);
|
LOGGER.info("serviceKey : " + serviceKey);
|
||||||
try {
|
try {
|
||||||
rPCClient = ClientAdapterPo.getClientAdapterPo(serviceKey);
|
rPCClient = ClientAdapterPo.getClientAdapterPo(serviceKey);
|
||||||
|
if(sdk==PaySdkEnum.QUICK){
|
||||||
|
//quick的是元
|
||||||
|
amount = String.valueOf(Double.parseDouble(amount )*100);
|
||||||
|
}
|
||||||
result = rPCClient.getClient().deliveryRecharge(cUserInfo.getId(), goodsId, openId, orderId, 0, (int)Double.parseDouble(amount));
|
result = rPCClient.getClient().deliveryRecharge(cUserInfo.getId(), goodsId, openId, orderId, 0, (int)Double.parseDouble(amount));
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
LOGGER.info("callback=>", e);
|
LOGGER.info("callback=>", e);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue