充值价格bug

master
jiahuiwen 2021-11-24 18:33:06 +08:00
parent c004ad778c
commit 53135ef72f
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public class KTGameRechargeController {
String serviceKey = JsonUtil.getServiceKey(ServiceKey.RPCCore, ip, port);
try {
rPCClient = ClientAdapterPo.getClientAdapterPo(serviceKey);
result = rPCClient.getClient().deliveryRecharge(cUserInfo.getId(), gameExtArr[0], openid, myOrderNo, Long.parseLong(tm) * 1000, Integer.parseInt(amt));
result = rPCClient.getClient().deliveryRecharge(cUserInfo.getId(), gameExtArr[0], openid, myOrderNo, Long.parseLong(tm) * 1000, (int) (Float.parseFloat(amt) * 100));
} catch (Exception e) {
LOGGER.info("callback=>", e);
return "FAIL";