作者 chencheng

0531-12

... ... @@ -50,7 +50,7 @@ class Wechat {
$appid= config("site.appid");
$mch_id = config("site.pay_mch_id");
$pay_key = config("site.pay_key");;
$notify_url = request()->domain().url('api/v1/wechat/notify');
$notify_url = 'https://coupon.xp.yn.cn'.url('/api/v1/wechat/notify');
$config = [
'app_id' => $appid,
... ...