优化部分代码,增加微信公众号模板
This commit is contained in:
@@ -44,6 +44,8 @@ return [
|
||||
'phone' => 'nl_phone_',
|
||||
'login_out_key' => 'nl_login_out_',
|
||||
'menu_key' => 'nl_menu_',
|
||||
// 公众号 stable access_token 缓存前缀(key = 前缀 + appid,TTL 随微信 expires_in)
|
||||
'wechat_token' => 'nl_wechat_at_',
|
||||
],
|
||||
/*
|
||||
* api白名单
|
||||
@@ -141,6 +143,10 @@ return [
|
||||
'ai-config/key-list',
|
||||
'ai-config/platform-option',
|
||||
'ai-config/generation-list',
|
||||
'wechat-account/list',
|
||||
'wechat-account/option',
|
||||
'wechat-article/list',
|
||||
'wechat-article/version-list',
|
||||
]
|
||||
],
|
||||
'app' => [
|
||||
|
||||
Reference in New Issue
Block a user