Update
parent
df62c7bc20
commit
0746a2ba1b
|
|
@ -45,8 +45,6 @@ class OfflineOrderPreviewController extends Controller
|
||||||
// 生成小程序码
|
// 生成小程序码
|
||||||
$app = Factory::miniProgram(config('wechat.mini_program.default'));
|
$app = Factory::miniProgram(config('wechat.mini_program.default'));
|
||||||
|
|
||||||
logger()->debug($scene);
|
|
||||||
|
|
||||||
$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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue