作者 chencheng

0531-12

@@ -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,