Commit fc50874b62b15b37ccd5f1b9c4e7475b30c1910b

Authored by aarongao
1 parent 748ecee3
Exists in v1.2 and in 2 other branches master, v1.1

readme

Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
API/Scenic.go
... ... @@ -9,7 +9,7 @@ import (
9 9 )
10 10  
11 11 // @Title 返回景区基础信息
12   -// @Description 基础信息
  12 +// @Description 返回景区基础信息
13 13 // @Accept json
14 14 // @Produce json
15 15 // @Param id 5dfb03070a9ac17ac7a82054 string true "景区id"
... ...
README.md
... ... @@ -19,7 +19,7 @@
19 19 1. [查询设备信息](#查询设备信息)
20 20 1. [查询线路信息](#查询线路信息)
21 21 1. [用户登录](#用户登录)
22   -1. [基础信息](#基础信息)
  22 +1. [返回景区基础信息](#返回景区基础信息)
23 23 1. [标签列表](#标签列表)
24 24 1. [更新商品](#更新商品)
25 25 1. [更新设施](#更新设施)
... ... @@ -225,12 +225,12 @@
225 225  
226 226  
227 227  
228   -<a name="基础信息"></a>
  228 +<a name="返回景区基础信息"></a>
229 229  
230 230 #### /ScenicInfo (GET)
231 231  
232 232  
233   -基础信息
  233 +返回景区基础信息
234 234  
235 235 | Param Name | Example | Data Type | Description | Required? |
236 236 |-----|-----|-----|-----|-----|
... ...