Authored by tanling

mars point流水接口增加

@@ -221,6 +221,7 @@ mars点数(method=app.yohocoin.lists) @@ -221,6 +221,7 @@ 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明细调用时必须,有货币明细时不需要|
224 |page|int|是|2|1|页数| 225 |page|int|是|2|1|页数|
225 |limit|int|是|20|20|每页的记录数| 226 |limit|int|是|20|20|每页的记录数|
226 |queryType|int|是|0|0|0-所有;1-收入;2-支出| 227 |queryType|int|是|0|0|0-所有;1-收入;2-支出|
@@ -229,7 +230,10 @@ mars点数(method=app.yohocoin.lists) @@ -229,7 +230,10 @@ mars点数(method=app.yohocoin.lists)
229 230
230 注意,通用的头部没有列出。 231 注意,通用的头部没有列出。
231 请求示例 232 请求示例
  233 +有货币明细:
232 http://192.168.102.217:8080/gateway?method=app.yohocoin.lists&uid=50030147&debug=XYZ 234 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
233 237
234 238
235 ### 响应 239 ### 响应
@@ -428,6 +432,72 @@ code为200即为成功,否则是失败。 @@ -428,6 +432,72 @@ code为200即为成功,否则是失败。
428 } 432 }
429 ``` 433 ```
430 434
  435 +```json
  436 +{
  437 + "alg": "SALT_MD5",
  438 + "code": 200,
  439 + "data": {
  440 + "coinlist": [
  441 + {
  442 + "date": "2016-05-20 11:30:32",
  443 + "message": "2016-03-16订单兑换失败,积分返还213415",
  444 + "num": 200,
  445 + "title": "mars点数兑换失败",
  446 + "type": 22
  447 + },
  448 + {
  449 + "date": "2016-05-20 11:28:47",
  450 + "message": "兑换电子卷53415",
  451 + "num": -200,
  452 + "title": "兑换电子券",
  453 + "type": 21
  454 + },
  455 + {
  456 + "date": "2016-05-20 11:28:03",
  457 + "message": "兑换话费2314",
  458 + "num": -50,
  459 + "title": "兑换话费",
  460 + "type": 20
  461 + },
  462 + {
  463 + "date": "2016-05-20 11:27:13",
  464 + "message": "兑换实物624",
  465 + "num": -100,
  466 + "title": "兑换实物",
  467 + "type": 19
  468 + },
  469 + {
  470 + "date": "2016-05-20 11:25:25",
  471 + "message": "2016-04-15在德吉完成签到5462",
  472 + "num": 300,
  473 + "title": "地点签到",
  474 + "type": 17
  475 + },
  476 + {
  477 + "date": "2016-05-20 11:24:44",
  478 + "message": "2016-04-15在黄山完成签到5132214",
  479 + "num": 200,
  480 + "title": "地点签到",
  481 + "type": 17
  482 + },
  483 + {
  484 + "date": "2016-05-20 11:23:08",
  485 + "message": "这是一条合格的评价214123",
  486 + "num": 100,
  487 + "title": "合格评价",
  488 + "type": 18
  489 + }
  490 + ],
  491 + "limit": 20,
  492 + "page": 1,
  493 + "page_total": 7,
  494 + "total": 7
  495 + },
  496 + "md5": "bdda1cb138535afc516aa4245eaf8699",
  497 + "message": "yoho coin list"
  498 +}
  499 +```
  500 +
431 ## 5、兑换失败返回被使用的mars点数## 501 ## 5、兑换失败返回被使用的mars点数##
432 502
433 兑换失败返回被使用的mars点数(method=app.marspoint.return) 503 兑换失败返回被使用的mars点数(method=app.marspoint.return)