Authored by qianjun

Merge branch 'master' of http://git.dev.yoho.cn/yoho-documents/api-interfaces

Conflicts:
	商品列表/category_search.md
@@ -221,7 +221,6 @@ mars点数(method=app.yohocoin.lists) @@ -221,7 +221,6 @@ mars点数(method=app.yohocoin.lists)
221 | 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 | 221 | 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
222 |:-------| -----:|-----:|-----:|-----:|----:| 222 |:-------| -----:|-----:|-----:|-----:|----:|
223 |uid|int|否|213|0|用户id| 223 |uid|int|否|213|0|用户id|
224 -|session_code|String|是|008956740df26a108021a0b592ac7291||mars points明细调用时必须,有货币明细时不需要|  
225 |page|int|是|2|1|页数| 224 |page|int|是|2|1|页数|
226 |limit|int|是|20|20|每页的记录数| 225 |limit|int|是|20|20|每页的记录数|
227 |queryType|int|是|0|0|0-所有;1-收入;2-支出| 226 |queryType|int|是|0|0|0-所有;1-收入;2-支出|
@@ -230,11 +229,8 @@ mars点数(method=app.yohocoin.lists) @@ -230,11 +229,8 @@ mars点数(method=app.yohocoin.lists)
230 229
231 注意,通用的头部没有列出。 230 注意,通用的头部没有列出。
232 请求示例 231 请求示例
233 -有货币明细: 232 +有货币(mars points)明细:
234 http://192.168.102.217:8080/gateway?method=app.yohocoin.lists&uid=50030147&debug=XYZ 233 http://192.168.102.217:8080/gateway?method=app.yohocoin.lists&uid=50030147&debug=XYZ
235 -mars points 明细:  
236 -http://192.168.102.217:8080/gateway?method=app.yohocoin.lists&uid=50030147&session_code=008956740df26a108021a0b592ac7291&debug=XYZ  
237 -  
238 234
239 ### 响应 235 ### 响应
240 code为200即为成功,否则是失败。 236 code为200即为成功,否则是失败。