Page History

Getdarenbyid

Last edited by 郑超

返回

用过id获取达人信息


URL: http://120.92.61.152:8080/Daren/member/getDarenById.action?sid=123456


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
sid String false sid
darenId String false darenId

返回格式: JSON


返回格式样例:

{
  "errorMessage": "成功",
  "errorCode": "0",
  "data": {
    "darenId": "daren_123554",
    "sid": 123554,
    "face": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0323/1521771497768_small.jpg",
    "nickName": "xx",
    "category": [
      {
        "categoryItems": [
          {
            "typeName": "海鲜",
            "color": "ff9900",
            "typeId": "101"
          },
          {
            "typeName": "水果",
            "color": "ff9900",
            "typeId": "102"
          },
          {
            "typeName": "甜点",
            "color": "ff9900",
            "typeId": "103"
          }
        ],
        "categoryIcon": {
          "categoryName": "美食达人",
          "categoryId": "1",
          "categoryImage": "http://sxzg.ys1.cnliveimg.com/82/wjj/image/2018/01/29/1.png"
        }
      },
      {
        "categoryItems": [
          {
            "typeName": "健身房陪练",
            "color": "ffcccc",
            "typeId": "201"
          },
          {
            "typeName": "户外陪跑",
            "color": "ffcccc",
            "typeId": "202"
          }
        ],
        "categoryIcon": {
          "categoryName": "健身达人",
          "categoryId": "2",
          "categoryImage": "http://sxzg.ys1.cnliveimg.com/82/wjj/image/2018/01/29/2.png"
        }
      },
      {
        "categoryItems": [
          {
            "typeName": "美容",
            "color": "cc33ff",
            "typeId": "301"
          },
          {
            "typeName": "美甲",
            "color": "cc33ff",
            "typeId": "302"
          }
        ],
        "categoryIcon": {
          "categoryName": "美妆达人",
          "categoryId": "3",
          "categoryImage": "http://sxzg.ys1.cnliveimg.com/82/wjj/image/2018/01/29/3.png"
        }
      }
    ],
    "wxOpenId": "",
    "status": 2,
    "address": "北京",
    "shopName": "谷达人",
    "realName": "谷俊",
    "custSign": "",
    "type": 0
  }
}