6
0
Fork 0

小程序码环境

release
李静 2022-03-30 14:01:45 +08:00
parent 567b23c043
commit 79aaa1bd79
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ class ProductSkuController extends Controller
$response = $app->app_code->getUnlimit($scene, [
'page' => 'pages/welcome/index',
'check_path' => false,
'env_version' => app()->isProduction() ? 'release' : 'trial',
'width' => $request->query('width', 200),
]);