开天上报 价格 改为 元
parent
5ec60747ef
commit
831722996d
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue