Commit 57d9acaf64692b6c34ddc9f1041da2a578d57aa0

Authored by aarongao
1 parent 5e3c7fd4
Exists in v1.2 and in 2 other branches master, v1.1

..

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
API/Item.go
... ... @@ -40,7 +40,7 @@ func ItemInfo(c *gin.Context) {
40 40 }
41 41  
42 42 // @Title 查询所有游玩项目
43   -// @Description 查询所有游玩项目
  43 +// @Description 设备管理 - 查询所有游玩项目
44 44 // @Accept json
45 45 // @Produce json
46 46 // @Success 200 {object} tools.ResponseSeccess "Tags所属标签,标签有分类;LimitHeight限高;PlayDuration游玩时长;SceneTime场次时间;Picture照片;Voice音频;AverageConsumption平均消费;Menu菜单"
... ...
README.md
... ... @@ -10,7 +10,7 @@
10 10 ### API List
11 11 1. [查询所有商品](#allcommodity-get)
12 12 1. [设备管理 - 获得所有设备的等待时间](#allitemtime-get)
13   -1. [查询所有游玩项目](#allitems-get)
  13 +1. [设备管理 - 查询所有游玩项目](#allitems-get)
14 14 1. [查询所有线路](#allline-get)
15 15 1. [所有景区基础信息](#allscenic-get)
16 16 1. [查询商品信息](#commodityinfo-get)
... ... @@ -71,7 +71,7 @@
71 71 #### /AllItems (GET)
72 72  
73 73  
74   -查询所有游玩项目
  74 +设备管理 - 查询所有游玩项目
75 75  
76 76 | Code | Type | Model | Message |
77 77 |-----|-----|-----|-----|
... ...