|
|
|
@ -69,7 +69,7 @@ public class WxPayController {
|
|
|
|
|
params.put("description", "雀乐会员充值");
|
|
|
|
|
params.put("out_trade_no", PayKit.generateStr());
|
|
|
|
|
params.put("time_expire", timeExpire);
|
|
|
|
|
params.put("notify_url", "https://www.baidu.com");
|
|
|
|
|
params.put("notify_url", wxPayConfig.getNotifyUrl());
|
|
|
|
|
params.put("amount", new HashMap<String, Object>() {{
|
|
|
|
|
put("total", 0.01);
|
|
|
|
|
put("currency", "CNY");
|
|
|
|
|