作者 chencheng

0601-2

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