正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -19,7 +19,7 @@ class Base extends Api | @@ -19,7 +19,7 @@ class Base extends Api | ||
19 | { | 19 | { |
20 | parent::__construct($request); | 20 | parent::__construct($request); |
21 | $this->qiniuUrl = 'https://coupon.xp.yn.cn'; | 21 | $this->qiniuUrl = 'https://coupon.xp.yn.cn'; |
22 | - $this->url_h5 = 'https://coupon.xp.yn.cn'; | 22 | + $this->url_h5 = 'https://coupon.xp.yn.cn/h5/'; |
23 | $this->AppID = config("site.appid");//微信小程序AppID | 23 | $this->AppID = config("site.appid");//微信小程序AppID |
24 | $this->AppSecret = config("site.appsecret");//微信小程序密钥 | 24 | $this->AppSecret = config("site.appsecret");//微信小程序密钥 |
25 | } | 25 | } |
-
请 注册 或 登录 后发表评论