mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-30 02:14:44 +08:00
feat(openai): 拆分平台接入和第三方接入的相关接口
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sort": "asc",
|
||||
"page_no": 1,
|
||||
"page_size": 10,
|
||||
"class_id": 12,
|
||||
"date": "2021-08-23"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"code": 0,
|
||||
"msg": "请求成功",
|
||||
"request_id": "255i0ug8-l9q4-3801-44ft-w7csjn9e5142",
|
||||
"data": {
|
||||
"list": [
|
||||
{
|
||||
"query": "你好啊啊啊",
|
||||
"answer": "哈哈哈哈",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"page_no": 1,
|
||||
"page_size": 10,
|
||||
"total": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"sort": "asc",
|
||||
"page_no": 1,
|
||||
"page_size": 10,
|
||||
"date": "2021-08-23"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"code": 0,
|
||||
"msg": "请求成功",
|
||||
"request_id": "255i0ug8-l9q4-3801-44ft-w7csjn9e5142",
|
||||
"data": {
|
||||
"list": [
|
||||
{
|
||||
"id": 1,
|
||||
"count": 9,
|
||||
"name": "哈哈哈哈"
|
||||
}
|
||||
],
|
||||
"page_no": 1,
|
||||
"page_size": 10,
|
||||
"total": 100
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user