Page History

Getaccount

Last edited by 赵明星

URL: https://api.cnlive.com/open/api2/auser/getAccount.action?sid=xxx&...


请求方式: POST


返回格式: JSON


请求参数说明:

参数 必选 类型 说明
sid true String 用户id
appId true String 应用id

返回格式说明:

{
  "data": {
    "isCertification": 0,//未认证
    "comTypList": [  //公司类型集合
      {
        "id": 1,
        "name": "影视",
        "ordernum": 0
      },
      {
        "id": 2,
        "name": "娱乐",
        "ordernum": 0
      },
      {
        "id": 3,
        "name": "教育",
        "ordernum": 0
      },
      {
        "id": 4,
        "name": "体育",
        "ordernum": 0
      },
      {
        "id": 5,
        "name": "服务",
        "ordernum": 0
      },
      {
        "id": 6,
        "name": "电商",
        "ordernum": 0
      },
      {
        "id": 7,
        "name": "其它",
        "ordernum": 0
      }
    ]
  },
  "errorMessage": "成功!",
  "errorCode": "0"
}
{
  "data": {
    "isCertification": ,//已认证
    "account": {
      "address": "北京市",
      "app_count": 10,
      "autoid": 0,
      "com_type_id": 2,
      "company": "qqq",
      "contacts": "赵明星",
      "created": 1546832325000,
      "dev_id": 971,
      "email": "18732456352@163.com",
      "htno": "",
      "idCard": "91110000667507432R",
      "idCardPic": "/open/image/idcard/20200402/3b21a746-99a3-41d9-b4be-424280cf71a2.png",
      "institution_id": "fe2e8735-2c64-43d0-8633-c14682521ca8",
      "isCertification": 1,
      "jianjie": "挨收拾",
      "logo": "/open/image/userlogo/20200402/18486616-9a38-458f-8cbf-50b8f4d59cda.png",
      "mobile": "18732456352",
      "perm": "",
      "qiyefaren": "明星",
      "role": "master",
      "sequence": 0,
      "shzluTime": 1585797515000,
      "sid": "10530165",
      "siteDomain": "http://www.cnlive.com",
      "sname": "明星",
      "sp_code": "mingxing",
      "sp_id": "27891d66-85e3-4517-8a56-49e0b47c41e8",
      "status": 1,
      "temp_code": "",
      "tjsh_time": 1585797515000,
      "tm": 1585797514658,
      "userLogo": "/open/image/userlogo/20200402/18486616-9a38-458f-8cbf-50b8f4d59cda.png",
      "userType": 1,
      "username": "18732456352"
    },
    "comTypList": [   //公司类型集合
      {
        "id": 1,
        "name": "影视",
        "ordernum": 0
      },
      {
        "id": 2,
        "name": "娱乐",
        "ordernum": 0
      },
      {
        "id": 3,
        "name": "教育",
        "ordernum": 0
      },
      {
        "id": 4,
        "name": "体育",
        "ordernum": 0
      },
      {
        "id": 5,
        "name": "服务",
        "ordernum": 0
      },
      {
        "id": 6,
        "name": "电商",
        "ordernum": 0
      },
      {
        "id": 7,
        "name": "其它",
        "ordernum": 0
      }
    ]
  },
  "errorMessage": "成功!",
  "errorCode": "0"
}
{
  "data": {
    "isCertification": 2,//待审核
    "account": {
      "address": "北京市",
      "app_count": 10,
      "autoid": 0,
      "com_type_id": 2,
      "company": "qqq",
      "contacts": "赵明星",
      "created": 1546832325000,
      "dev_id": 971,
      "email": "18732456352@163.com",
      "htno": "",
      "idCard": "91110000667507432R",
      "idCardPic": "/open/image/idcard/20200402/3b21a746-99a3-41d9-b4be-424280cf71a2.png",
      "institution_id": "fe2e8735-2c64-43d0-8633-c14682521ca8",
      "isCertification": 2,
      "jianjie": "挨收拾",
      "logo": "/open/image/userlogo/20200402/18486616-9a38-458f-8cbf-50b8f4d59cda.png",
      "mobile": "18732456352",
      "perm": "",
      "qiyefaren": "明星",
      "role": "master",
      "sequence": 0,
      "shzluTime": 1585797515000,
      "sid": "10530165",
      "siteDomain": "http://www.cnlive.com",
      "sname": "明星",
      "sp_code": "mingxing",
      "sp_id": "27891d66-85e3-4517-8a56-49e0b47c41e8",
      "status": 1,
      "temp_code": "",
      "tjsh_time": 1585797515000,
      "tm": 1585797514658,
      "userLogo": "/open/image/userlogo/20200402/18486616-9a38-458f-8cbf-50b8f4d59cda.png",
      "userType": 1,
      "username": "18732456352"
    },
    "comTypList": [
      {
        "id": 1,
        "name": "影视",
        "ordernum": 0
      },
      {
        "id": 2,
        "name": "娱乐",
        "ordernum": 0
      },
      {
        "id": 3,
        "name": "教育",
        "ordernum": 0
      },
      {
        "id": 4,
        "name": "体育",
        "ordernum": 0
      },
      {
        "id": 5,
        "name": "服务",
        "ordernum": 0
      },
      {
        "id": 6,
        "name": "电商",
        "ordernum": 0
      },
      {
        "id": 7,
        "name": "其它",
        "ordernum": 0
      }
    ]
  },
  "errorMessage": "成功!",
  "errorCode": "0"
}