generated from root/miduo_server
充值价格bug
parent
c004ad778c
commit
53135ef72f
|
|
@ -138,7 +138,7 @@ public class KTGameRechargeController {
|
||||||
String serviceKey = JsonUtil.getServiceKey(ServiceKey.RPCCore, ip, port);
|
String serviceKey = JsonUtil.getServiceKey(ServiceKey.RPCCore, ip, port);
|
||||||
try {
|
try {
|
||||||
rPCClient = ClientAdapterPo.getClientAdapterPo(serviceKey);
|
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) {
|
} catch (Exception e) {
|
||||||
LOGGER.info("callback=>", e);
|
LOGGER.info("callback=>", e);
|
||||||
return "FAIL";
|
return "FAIL";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue