记得上下班打卡 | git大法好,push需谨慎

Commit f6587c28 authored by 张国柄's avatar 张国柄

fix:会员API;

 支付回调URL;
parent a46c75a9
......@@ -165,8 +165,8 @@ public class AdamMemberOrderServiceImpl extends ServiceImpl<AdamMemberOrderMappe
payParam.add("price", String.valueOf(priceVo.getPrice()));
payParam.add("name", orderVo.getMemberName());
payParam.add("order_code", orderVo.getOrderNo());
payParam.add("client_ip", param.getClientIp());
payParam.add("notify_url", "回调地址");
payParam.add("client_ip", "127.0.0.1");
payParam.add("notify_url", "http://www.baidu.com");
payParam.add("create_date", createdAt);
payParam.add("expire_time", AdamMemberConst.TIME_LIMIT.toString());
if (null != param.getAuthCode()) {
......
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 to comment