Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tangtaoit committed Jul 30, 2023
2 parents b16b37b + eb87904 commit f808ee9
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 f808ee9

Please sign in to comment.