...
|
...
|
@@ -19,7 +19,7 @@ class Base extends Api |
|
|
{
|
|
|
parent::__construct($request);
|
|
|
$this->qiniuUrl = 'https://coupon.xp.yn.cn';
|
|
|
$this->url_h5 = 'https://coupon.xp.yn.cn';
|
|
|
$this->url_h5 = 'https://coupon.xp.yn.cn/h5/';
|
|
|
$this->AppID = config("site.appid");//微信小程序AppID
|
|
|
$this->AppSecret = config("site.appsecret");//微信小程序密钥
|
|
|
}
|
...
|
...
|
|