...
|
...
|
@@ -19,7 +19,7 @@ class Base extends Api |
|
|
public function __construct(Request $request = null)
|
|
|
{
|
|
|
parent::__construct($request);
|
|
|
$this->imgUrl = 'http://cardverification.com:19998';
|
|
|
$this->imgUrl = 'https://coupon.xp.yn.cn';
|
|
|
$this->qiniuUrl = 'https://coupon.xp.yn.cn';
|
|
|
$this->url_h5 = 'https://coupon.xp.yn.cn/h5/';
|
|
|
$this->AppID = config("site.appid");//微信小程序AppID
|
...
|
...
|
|