Page History

Adddaren

Last edited by 宋亚南

返回

达人申请-----

URL: http://120.92.61.152:8080/Daren/member/applyDaren.action?appId=xxx&sid=xxx&...


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用ID
sid String true 用户云id
realName String true 实名
address String true 地址
shopName String true 店名
idCardNo String true 身份证号码
idCardObv Blob true 身份证正面
idCardRev Blob true 身份证反面
type int true 达人类型(0-个人达人,1-企业达人)
category String true 格式:1-101-102,2-201-202,... 具体ID参见http://sxzg.ys1.cnliveimg.com/82/wjj/json/2018/01/29/category.json

返回格式: JSON


返回格式样例:

{
  "data": {
    "idCardNo": "111xxxxx03597",
    "createTime": "2018-01-22 13:12:19",
    "rankStarts": 0,
    "realName": "小明",
    "type": 0,
    "wxOpenId": "",
    "sid": 123456789,
    "idCardObv": "http:www.baidu.com",
    "idCardRev": "http:www.baidu.com",
    "id": "daren_123456789",
    "category": "1-101-102,2-201-202,...",
    "address": "北京市",
    "status": 2
  },
  "errorMessage": "成功",
  "errorCode": "0"
}