开天上报 价格 改为 元

back_recharge
jiahuiwen 2022-02-17 18:05:36 +08:00
parent 5ec60747ef
commit 831722996d
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ public class BuyGoodsNewLogic {
jsonObject2.put("_transactionid", orderId);
jsonObject2.put("_paymenttype", "alipay");
jsonObject2.put("_currencytype", "CNY");
jsonObject2.put("_currencyamount", amount);
jsonObject2.put("_currencyamount", amount / 100);
jsonObject2.put("_ip", session.getChannel().getRemoteAddress());
jsonObject2.put("_tz", "+8");
jsonObject2.put("_ryos", "Android");