-
Notifications
You must be signed in to change notification settings - Fork 0
Home
frankqian edited this page Aug 24, 2015
·
13 revisions
Welcome to the hanstyle wiki!
HOST: http://121.41.83.170:3000/
###接口信息
url | method | 描述 |
---|---|---|
http://121.41.83.170:3000/getindex | get | 首页接口 |
返回:
参数 | 描述 |
---|---|
无 | 无 |
url | method | 描述 |
---|---|---|
http://121.41.83.170:3000/getcategory | get | 主题集合 |
返回:
参数 | 描述 |
---|---|
cateid | 主题分类id |
例:http://121.41.83.170:3000/getcategory?cateid=3
url | method | 描述 |
---|---|---|
http://121.41.83.170:3000/getexpert | get | 专家信息 |
返回:
参数 | 描述 |
---|---|
expertid | 专家id |
例:http://121.41.83.170:3000/getexpert?expertid=301
url | method | 描述 |
---|---|---|
http://121.41.83.170:3000/article/{articleid} | get | 获取文章 |
参数 | 描述 |
---|---|
articleid | 文章id |