Commit fc50874b62b15b37ccd5f1b9c4e7475b30c1910b
1 parent
748ecee3
Exists in
v1.2
and in
2 other branches
readme
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
API/Scenic.go
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 | |-----|-----|-----|-----|-----| | ... | ... |