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

This commit is contained in:
2025-12-27 14:10:53 +08:00
parent 6963216a85
commit 08992851e0

View File

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