Commit 4d0375ff authored by 任国军's avatar 任国军

change notify_url to pro

parent 5fd0bd7f
Pipeline #25063 passed with stage
in 4 seconds
......@@ -319,7 +319,7 @@ class WechatService extends Service {
const out_trade_no = input.order_no;
const total_fee = Number(input.pay * 100);
const spbill_create_ip = ctx.helper.getClientIP() || '127.0.0.1';
const notify_url = 'https://uat-nginx.jianbing.com/51business/api/course/v5/wechat/pay/notify';
const notify_url = 'https://b.jianbing.com/51business/api/course/v5/wechat/pay/notify';
const trade_type = 'JSAPI';
// 用户信息
......
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