master
cody 11 months ago
parent 324ff1356f
commit 2c9decf540

@ -102,7 +102,7 @@ class Visit extends SoftDeletesModel
{
$config = [
'app_id' => \config('app.wechat_appid'),
'secret' => \config('app.wechat_appsecret')
'secret' => \config('app.wechat_secret')
];
$app = Factory::miniProgram($config);
$data = [

Loading…
Cancel
Save