获取个人情报(新增字段[人人][豆瓣]绑定情况).md 2.99 KB

1、获取个人情报(新增字段[人人][豆瓣]绑定情况)

获取个人情报(app.passport.profile)(method=app.passport.profile)

公共请求参数

参数名称 参数类型 长度 可否为空 示例 默认值 备注
client_secret string 50 5ac68f20cb18efe154be 进入接口提供的参数加密信息
app_version float 10 1 APP版本
os_version string 20 Android4.4 系统版本+机器型号
client_type string 20 iphone/android/ipad 手机型号(不区分大小写)
screen_size string 20 800x900 (手机尺寸)

请求参数

参数名称 参数类型 长度 可否为空 示例 默认值 备注
uid String 1-11 1522255 用户Uid

接口说明

接口说明
请求域名 http://api.yoho.cn
接口名 method=app.passport.bindOpenId
接口说明 绑定第三方(不依赖于手机号码,依赖uid)
http请求方式 POST/GET

返回错误

错误code 错误提示
500 参数缺失

注意,通用的头部没有列出。
请求示例 http://localhost:8080/gateway?method=app.passport.profile&uid=20001774&debug=XYZ

响应

code为200即为成功,否则是失败。 响应参数,data部分
响应成功JSON格式如下所示:



    {
        "alg": "SALT_MD5",
        "code": 200,
        "data":
        {
            "alipay_bind": "N",
            "alipay_nickname": "",
            "bind_gate": "Y",
            "birthday": "",
            "createTime": 0,
            "douban_bind": "N",
            "douban_nickname": "",
            "email": "1234555@qq.com",
            "gender": "3",
            "head_ico": "",
            "height": "",
            "income": 0,
            "mobile": "15651035157",
            "nickname": "棉花也是花",
            "profession": 0,
            "profile_name": "棉花也是花",
            "qq_bind": "Y",
            "qq_nickname": "æ— äº‹å°ç¥žä»™",
            "renren_bind": "N",
            "renren_nickname": "",
            "sina_bind": "N",
            "sina_nickname": "",
            "uid": 20001774,
            "username": "棉花也是花",
            "verify_email": "1234555@qq.com",
            "verify_mobile": "15651035157",
            "vip_info":
            {
                "cur_level": "0",
                "next_level": "1",
                "title": "普通会员",
                "nextVipTitle": "银卡会员",
                "is_student": 0,
                "upgrade_need_cost_str": "再消费¥600.0即可升级为银卡会员",
                "curYearCost": "0.00",
                "nextVipNeedCost": "600.0"
            },
            "wechat_bind": "N",
            "wechat_nickname": "",
            "weight": "",
            "yoho_currency": 235
        },
        "md5": "104fa05c2d6590fe3651daa87e10bfbb",
        "message": "请求成功"
    }