shareQuery 和 shareAccept 的响应中加入 model 字段
This commit is contained in:
+2
-2
@@ -499,7 +499,7 @@ const docTemplate = `{
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "成功返回 eq_data",
|
||||
"description": "成功返回 eq_data、model",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
@@ -647,7 +647,7 @@ const docTemplate = `{
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "成功返回 eq_data、expire_at",
|
||||
"description": "成功返回 eq_data、expire_at、model",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
|
||||
+2
-2
@@ -492,7 +492,7 @@
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "成功返回 eq_data",
|
||||
"description": "成功返回 eq_data、model",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
@@ -640,7 +640,7 @@
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "成功返回 eq_data、expire_at",
|
||||
"description": "成功返回 eq_data、expire_at、model",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
|
||||
+2
-2
@@ -326,7 +326,7 @@ paths:
|
||||
- application/json
|
||||
responses:
|
||||
"200":
|
||||
description: 成功返回 eq_data
|
||||
description: 成功返回 eq_data、model
|
||||
schema:
|
||||
additionalProperties: true
|
||||
type: object
|
||||
@@ -427,7 +427,7 @@ paths:
|
||||
- application/json
|
||||
responses:
|
||||
"200":
|
||||
description: 成功返回 eq_data、expire_at
|
||||
description: 成功返回 eq_data、expire_at、model
|
||||
schema:
|
||||
additionalProperties: true
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user