refactor(openai): 重新实现请求加密 XML 序列化的方式

This commit is contained in:
Fu Diwei
2022-11-21 15:56:59 +08:00
parent 154eea7ac2
commit 9741b34642
40 changed files with 312 additions and 136 deletions

View File

@@ -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"
]
}
]
}

View File

@@ -0,0 +1,12 @@
{
"appid": "wxxxxx",
"category": "完件",
"label": "完成",
"desc": "在 app 中完成了用户信息",
"list": {
"openid": [
"openid_1",
"openid_2"
]
}
}

View File

@@ -0,0 +1,3 @@
{
"managerid": "平台管理员ID"
}

View File

@@ -0,0 +1,10 @@
{
"errcode": 1001,
"errmsg": "TOKEN is not valid",
"code": 0,
"data": {
"progress": 100,
"status": 1
},
"msg": "success"
}

View File

@@ -0,0 +1,3 @@
{
"managerid": "平台管理员ID"
}

View File

@@ -0,0 +1,12 @@
{
"managerid": "平台管理员ID",
"skillname": "技能名称",
"title": "标准问题",
"content": "自动回答的内容",
"list": {
"question": [
"相似问题1",
"相似问题2"
]
}
}