用户信息

说明

地址URL

/v1/user/Info/getUserInfo

支持格式

{url}?k1=v1&k2=v2&k3=v3&...

HTTP请求方式

GET

是否需要登录

是 关于登录授权,参见 如何登录授权

访问授权限制

暂无

请求参数

名称 类型 必选 描述
client_id string yes 申请应用时分配的AppKey
access_token string yes 授权后的access token
timestamp int yes 当前时间戳
sign string yes 签名

注意事项

暂无

请求示例

curl -X GET -H "Content-Type: application/x-www-form-urlencoded" 'https://api.es.xiaojukeji.com/v1/user/Info/getUserInfo?access_token=test&timestamp=2437556959&client_id=testclient&sign=test'

返回参数说明

返回值字段 字段类型 字段说明
name string 姓名
email string 邮箱
phone string 手机号
company string 公司名称
department string 部门
position string 职位
company_account_balance float 企业当前可用额度

返回示例

{
    "errno":0,
    "errmsg":"SUCCESS",
    "data": {
        "name": "王二麻子",
        "email": "test1@diditaxi.com.cn",
        "phone": "13086000106",
        "company": "小桔科技",
        "department": "测试部",
        "position": "开发工程师"
        "company_account_balance": "3000.00"
    }
}

results matching ""

    No results matching ""