mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 10:38:10 +08:00
refactor(openai): 重新实现请求加密 XML 序列化的方式
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"managerid": "平台管理员ID",
|
||||
"skill": [
|
||||
{
|
||||
"skillname": "技能名称1",
|
||||
"title": "标准问题2",
|
||||
"question": [
|
||||
"相似问题1",
|
||||
"相似问题2",
|
||||
"相似问题3"
|
||||
],
|
||||
"answer": [
|
||||
"1",
|
||||
"2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"skillname": "技能名称1",
|
||||
"title": "标准问题3",
|
||||
"question": [
|
||||
"相似问题1"
|
||||
],
|
||||
"answer": [
|
||||
"1"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"appid": "wxxxxx",
|
||||
"category": "完件",
|
||||
"label": "完成",
|
||||
"desc": "在 app 中完成了用户信息",
|
||||
"list": {
|
||||
"openid": [
|
||||
"openid_1",
|
||||
"openid_2"
|
||||
]
|
||||
}
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"managerid": "平台管理员ID"
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"errcode": 1001,
|
||||
"errmsg": "TOKEN is not valid",
|
||||
"code": 0,
|
||||
"data": {
|
||||
"progress": 100,
|
||||
"status": 1
|
||||
},
|
||||
"msg": "success"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"managerid": "平台管理员ID"
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"managerid": "平台管理员ID",
|
||||
"skillname": "技能名称",
|
||||
"title": "标准问题",
|
||||
"content": "自动回答的内容",
|
||||
"list": {
|
||||
"question": [
|
||||
"相似问题1",
|
||||
"相似问题2"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user