Commit 05dae89b by zhangchen

1.更改祝福语

parent 92485a66
...@@ -208,7 +208,7 @@ public class WeiXinAtcion { ...@@ -208,7 +208,7 @@ public class WeiXinAtcion {
paymentPo.put("re_openid",openId); paymentPo.put("re_openid",openId);
paymentPo.put("total_amount",amount.multiply(new BigDecimal(100)).toString()); paymentPo.put("total_amount",amount.multiply(new BigDecimal(100)).toString());
paymentPo.put("total_num", "1"); paymentPo.put("total_num", "1");
paymentPo.put("wishing", ""); paymentPo.put("wishing", "happy");
paymentPo.put("client_ip", "127.0.0.1"); paymentPo.put("client_ip", "127.0.0.1");
paymentPo.put("act_name", "redPacket"); paymentPo.put("act_name", "redPacket");
paymentPo.put("remark", "redPacket"); paymentPo.put("remark", "redPacket");
......
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