元转分

master
mengchengzhen 2021-06-29 11:11:42 +08:00
parent 1a8d0a1cc1
commit 7eb6fdd5d3
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public class QuickRechargeController {
try {
rPCClient = ClientAdapterPo.getClientAdapterPo(serviceKey);
double amdouble = Double.parseDouble(amount);
result = rPCClient.getClient().deliveryRecharge(cUserInfo.getId(), goodid, uid, orderNo, 0, (int)amdouble);
result = rPCClient.getClient().deliveryRecharge(cUserInfo.getId(), goodid, uid, orderNo, 0, (int)(amdouble*100));
} catch (Exception e) {
LOGGER.info("callback=>", e);
} finally {