作者 范庆奥

生成二维码

... ... @@ -502,8 +502,8 @@ class Api
// $width = 430;
$userId=$this->auth->id ?? 0;
$sceneData="userId:".$userId.",scene:".$scene;
// $sceneData = ["userId"=>$userId,"scene"=>$scene];
// $sceneData="userId:".$userId.",scene:".$scene;
$sceneData = ["userId"=>$userId,"scene"=>$scene];
$data['scene'] = $sceneData;
$data['width'] = intval($width);
// $data['page'] = "pages/check_status/check_status";//跳转到的页面路径
... ...
... ... @@ -27,7 +27,8 @@
"phpoffice/phpspreadsheet": "^1.2",
"topthink/think-image": "^1.0",
"yansongda/pay": "2.6",
"yurunsoft/pay-sdk": "^3.1"
"yurunsoft/pay-sdk": "^3.1",
"ext-json": "*"
},
"config": {
"preferred-install": "dist"
... ...