Debug
parent
eb25b853e4
commit
df62c7bc20
|
|
@ -45,6 +45,8 @@ 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