作者 macbook

1

... ... @@ -607,7 +607,7 @@ class User extends Base
if(!file_exists($qrcode)){
$wechat = new Wechat('wxMiniProgram');
$response = $wechat->getApp()->app_code->getUnlimit($user['id'], [
'page' => 'pages/indexone/indexone',
'page' => 'pages/vip/vip',
'width' => 280, //最小宽度280
]);
if ($response instanceof \EasyWeChat\Kernel\Http\StreamResponse) {
... ...