feat(openai): 重命名 "WechatOpenAI" → "WechatChatbot"

This commit is contained in:
Fu Diwei
2024-06-04 19:56:01 +08:00
parent 7909b8615b
commit ad9b5a1641
82 changed files with 143 additions and 194 deletions

View File

@@ -0,0 +1,3 @@
{
"redirectlink": "https://xxx.com/xxx"
}

View File

@@ -0,0 +1,34 @@
{
"bindlist": [
{
"info": {
"authorizer_info": {
"nick_name": "公众号名称",
"head_img": "公众号头像",
"service_type_info": {
"id": 1
},
"verify_type_info": {
"id": -1
},
"user_name": "未知, gh_xxxxxxx",
"alias": "公众号基础信息-微信号",
"qrcode_url": "公众号二维码URL",
"business_info": {
"open_pay": 0,
"open_shake": 0,
"open_scan": 0,
"open_card": 0,
"open_store": 0
},
"principal_name": "公众号基础信息-账号主体,如:个人",
"signature": "公众号简介",
"account_status": 1
},
"authorization_info": null,
"binded": true,
"authorizer_appid": "授权方的appid"
}
}
]
}

View File

@@ -0,0 +1,3 @@
{
"title": "xxx客服"
}

View File

@@ -0,0 +1,3 @@
{
"authorizer_appid": "https://xxx.com/xxx"
}