码迷,mamicode.com
首页 > 其他好文 > 详细

getAccumulatedPoint 取当前可用积分

时间:2016-05-22 06:12:08      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:

post

 

request:

技术分享
{
      "action":"getAccumulatedPoints",
      "token":"6331c8d2-9008-4a5c-8d6a-912eae931dac" 
}
View Code

response:

技术分享
{
    "data": {
        "AppUserKey": "762c52bc-7940-462c-acbc-ea32d81b610b",
        "CreatedStamp": "/Date(1463851150364+0800)/",
        "Key": null,
        "PointHistoryList": [
            {
                "CreatedStamp": "/Date(1453478400000+0800)/",
                "Key": null,
                "Points": 23
            },
            {
                "CreatedStamp": "/Date(1453996800000+0800)/",
                "Key": null,
                "Points": 52
            },
            {
                "CreatedStamp": "/Date(1459180800000+0800)/",
                "Key": null,
                "Points": 267
            }
        ],
        "TotalAccumulatedPoints": 23523,
        "TotalAvailablePoints": 332546
    },
    "msg": "success",
    "responseCode": {
        "msgCode": 200,
        "msgDetail": "OK"
    },
    "serverTime": "2016-05-22 01:19:10",
    "success": true
}
View Code

 

getAccumulatedPoint 取当前可用积分

标签:

原文地址:http://www.cnblogs.com/jwiter/p/5516054.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!