|
@@ -16,8 +16,7 @@ class Userintro extends Api
|
|
|
//生成我的视频海报
|
|
|
//生成邀请码二维码图片
|
|
|
public function inviteimage() {
|
|
|
-// $params['text'] = config('app_download_url') . '/index/index/appdownload';
|
|
|
- $params['text'] = 'https://www.tken.com.cn';
|
|
|
+ $params['text'] = config('app_download_url') . '/index/index/appdownload';
|
|
|
$qrcode_service = \addons\qrcode\library\Service::qrcode($params);
|
|
|
// $mimetype = 'image/png';
|
|
|
// $response = Response::create()->header("Content-Type", $mimetype);
|