Commit 606b65a920ec487f33131d04440f3f0e16747eec

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

.

Showing 1 changed file with 19 additions and 19 deletions   Show diff stats
@@ -8,26 +8,26 @@ @@ -8,26 +8,26 @@
8 8
9 9
10 ### API List 10 ### API List
11 -1. [增加访问日志](#allline-get)  
12 -1. [查询所有商品](#allline-get)  
13 -1. [查询所有游玩项目](#allline-get) 11 +1. [增加访问日志](#accesslog-post)
  12 +1. [查询所有商品](#allcommodity-get)
  13 +1. [查询所有游玩项目](#allitems-get)
14 1. [查询所有线路](#allline-get) 14 1. [查询所有线路](#allline-get)
15 -1. [所有景区基础信息](#allline-get)  
16 -1. [查询商品信息](#allline-get)  
17 -1. [增加投诉](#allline-get)  
18 -1. [用户注册](#allline-get)  
19 -1. [查询设备信息](#allline-get)  
20 -1. [查询线路信息](#allline-get)  
21 -1. [用户登录](#allline-get)  
22 -1. [返回景区基础信息](#allline-get)  
23 -1. [标签列表](#allline-get)  
24 -1. [更新商品](#allline-get)  
25 -1. [更新设施](#allline-get)  
26 -1. [更新等待时间](#allline-get)  
27 -1. [更新线路](#allline-get)  
28 -1. [更新景区基础信息](#allline-get)  
29 -1. [上传](#allline-get)  
30 -1. [获取用户信息](#allline-get) 15 +1. [所有景区基础信息](#allscenic-get)
  16 +1. [查询商品信息](#commodityinfo-get)
  17 +1. [增加投诉](#createcomplaint-post)
  18 +1. [用户注册](#createuser-post)
  19 +1. [查询设备信息](#iteminfo-get)
  20 +1. [查询线路信息](#lineinfo-get)
  21 +1. [用户登录](#loginuser-post)
  22 +1. [返回景区基础信息](#scenicinfo-get)
  23 +1. [标签列表](#tags-get)
  24 +1. [更新商品](#updatecommodity-post)
  25 +1. [更新设施](#updateitem-post)
  26 +1. [更新等待时间](#updateitemtime-post)
  27 +1. [更新线路](#updateline-post)
  28 +1. [更新景区基础信息](#updatescenic-post)
  29 +1. [上传](#upload-post)
  30 +1. [获取用户信息](#userinfo-get)
31 31
32 32
33 33