正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -50,7 +50,7 @@ class Wechat { | @@ -50,7 +50,7 @@ class Wechat { | ||
50 | $appid= config("site.appid"); | 50 | $appid= config("site.appid"); |
51 | $mch_id = config("site.pay_mch_id"); | 51 | $mch_id = config("site.pay_mch_id"); |
52 | $pay_key = config("site.pay_key");; | 52 | $pay_key = config("site.pay_key");; |
53 | - $notify_url = request()->domain().url('api/v1/wechat/notify'); | 53 | + $notify_url = 'https://coupon.xp.yn.cn'.url('/api/v1/wechat/notify'); |
54 | 54 | ||
55 | $config = [ | 55 | $config = [ |
56 | 'app_id' => $appid, | 56 | 'app_id' => $appid, |
-
请 注册 或 登录 后发表评论