Commit 0c03b26a by zhangchen

1.中文

parent b213fe5d
......@@ -204,14 +204,14 @@ public class WeiXinAtcion {
paymentPo.put("mch_billno",orderNo.toString());
paymentPo.put("mch_id",Configure.getMch_id());
paymentPo.put("wxappid", Configure.getAppID());
paymentPo.put("send_name","Iwangolf");
paymentPo.put("send_name","爱玩高尔夫");
paymentPo.put("re_openid",openId);
paymentPo.put("total_amount",amount.multiply(new BigDecimal(100)).toString().substring(0, amount.multiply(new BigDecimal(100)).toString().length()-3));
paymentPo.put("total_num", "1");
paymentPo.put("wishing", "happy");
paymentPo.put("wishing", "恭喜发财");
paymentPo.put("client_ip", "127.0.0.1");
paymentPo.put("act_name", "redPacket");
paymentPo.put("remark", "redPacket");
paymentPo.put("act_name", "新年红包");
paymentPo.put("remark", "新年红包");
paymentPo.put("scene_id", "PRODUCT_1");
paymentPo.put("nonce_str", WXUtil.generate());
paymentPo.put("sign", WXUtil.createSign_ChooseWXPay("UTF-8", paymentPo, Configure.getKey()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment