...
|
...
|
@@ -605,7 +605,7 @@ class User extends Base |
|
|
// 用户小程序码
|
|
|
$qrcode = $dir.'/qrcode_'.$user['id'].'.png';
|
|
|
if(!file_exists($qrcode)){
|
|
|
$response = Wechat::miniProgram()->app_code->getUnlimit($user['id'], [
|
|
|
$response = (new Wechat('wxMiniProgram'))->app_code->getUnlimit($user['id'], [
|
|
|
'page' => 'pages/indexone/indexone',
|
|
|
'width' => 280, //最小宽度280
|
|
|
]);
|
...
|
...
|
|