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

getUserProfile 取用户档案

时间:2016-05-21 21:43:25      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:

post

request:

技术分享
{
      "action":"getUserProfile",
      "token":"4A1ED53E-1D14-4D16-BD1B-67244CC915BB",
       "isDebug":1
}
View Code

response:

技术分享
{
    "data": [
        {
            "AppKey": null,
            "Approved": false,
            "Cellphone": "2233",
            "CompanyName": "TTT",
            "CreatedStamp": "/Date(1462472259000+0800)/",
            "Email": "33@44.CC",
            "IdNo": "444",
            "IndexNo": 4,
            "Key": "36ae49d1-2ec7-4c36-84d3-63e8468c4ff6",
            "LoginName": "GG",
            "Password": null,
            "RealName": "TEST11",
            "SystemSetting": {
                "AdminEmail": "1234@163.com",
                "AdminTelephone": "021-1234567",
                "Notify": "包括真实姓名等在内的信息,如需修改请联系我们"
            },
            "Token": null
        }
    ],
    "msg": "success",
    "responseCode": {
        "msgCode": 200,
        "msgDetail": "OK"
    },
    "serverTime": "2016-05-21 20:17:25",
    "success": true
}
View Code

 

getUserProfile 取用户档案

标签:

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

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