mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-30 18:34:43 +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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user