修改微信登录查询配置文件
This commit is contained in:
@@ -15,3 +15,4 @@ class Invoice extends Model
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -78,8 +78,8 @@ class WeChatServer
|
|||||||
public static function getOpConfig()
|
public static function getOpConfig()
|
||||||
{
|
{
|
||||||
$config = [
|
$config = [
|
||||||
'app_id' => ConfigServer::get('mnp', 'app_id'),
|
'app_id' => ConfigServer::get('op', 'app_id'),
|
||||||
'secret' => ConfigServer::get('mnp', 'secret'),
|
'secret' => ConfigServer::get('op', 'secret'),
|
||||||
'response_type' => 'array',
|
'response_type' => 'array',
|
||||||
'log' => [
|
'log' => [
|
||||||
'level' => 'debug',
|
'level' => 'debug',
|
||||||
|
|||||||
Reference in New Issue
Block a user