测试环境小程序码版本
parent
e85ed583be
commit
d4cd3871b2
|
|
@ -61,7 +61,8 @@ class OrderPreController extends Controller
|
||||||
$response = $app->app_code->getUnlimit($scene, [
|
$response = $app->app_code->getUnlimit($scene, [
|
||||||
'page' => 'pages/welcome/index',
|
'page' => 'pages/welcome/index',
|
||||||
'check_path' => false,
|
'check_path' => false,
|
||||||
'env_version' => app()->isProduction() ? 'release' : 'develop',
|
// develop: 开发版, trial: 体验版
|
||||||
|
'env_version' => app()->isProduction() ? 'release' : $request->input('env_version', 'trial'),
|
||||||
'width' => $request->input('width', 200),
|
'width' => $request->input('width', 200),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue