修改微信登录查询配置文件

This commit is contained in:
2025-12-27 15:13:35 +08:00
parent 08992851e0
commit 1e542a55bf
2 changed files with 3 additions and 2 deletions

View File

@@ -78,8 +78,8 @@ class WeChatServer
public static function getOpConfig()
{
$config = [
'app_id' => ConfigServer::get('mnp', 'app_id'),
'secret' => ConfigServer::get('mnp', 'secret'),
'app_id' => ConfigServer::get('op', 'app_id'),
'secret' => ConfigServer::get('op', 'secret'),
'response_type' => 'array',
'log' => [
'level' => 'debug',