Skip to content

Commit

Permalink
修改机器人API文档
Browse files Browse the repository at this point in the history
  • Loading branch information
No8blackball committed Jul 29, 2023
1 parent b16b37b commit eb87904
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/swagger/robot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ paths:
parameters:
- in: "body"
name: "data"
description: "收藏数据"
description: "同步信息"
required: true
schema:
type: object
Expand Down Expand Up @@ -64,7 +64,7 @@ paths:
parameters:
- in: "body"
name: "data"
description: "收藏数据"
description: "搜索参数"
required: true
schema:
type: object
Expand Down Expand Up @@ -574,7 +574,7 @@ paths:
200:
description: "返回"
schema:
$ref: "#/definitions/respons"
$ref: "#/definitions/response"
400:
description: "错误"
schema:
Expand Down

0 comments on commit eb87904

Please sign in to comment.