Page History

Getmemberbydarenid

Last edited by 翁力

返回

用过sid获取达人信息


URL: http://120.92.61.152:8080/Daren/member/getDarenBySid.action?sid=123456&appId=82


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
sid String true sid
appId String true App id

返回格式: JSON


返回格式样例:

{
    "data": {
        "realName": "叫我建国好了",
        "face": "可乐鸡翅",
        "address": "北京市",
        "custSign": "https://ww2.sinaimg.cn/large/9e6a37efjw1et688tb7cnj20yi0pu405.jpg",
        "wxOpenId": "wx_12csw",
        "shopName": "海南椰子",
        "id": "daren1",
        "category": [
            {
                "categoryName": "美食达人",
                "categoryId": "1",
                "categoryItems": [
                    {
                        "color": "99ccff",
                        "typeName": "水果",
                        "typeId": "101"
                    },
                    {
                        "color": "99ccff",
                        "typeName": "水产品",
                        "typeId": "102"
                    }
                ]
            },
            {
                "categoryName": "跑腿达人",
                "categoryId": "3",
                "categoryItems": [
                    {
                        "color": "cccc99",
                        "typeName": "占座",
                        "typeId": "301"
                    }
                ]
            }
        ],
        "type": 0,//0 个人达人 1企业达人
        "sid": 1,
        "status": 2 //0 审核中 1 审核失败 2 审核成功
    },
    "errorMessage": "成功",
    "errorCode": "0"
}