Page History

Adddaren

Last edited by 宋亚南

返回

达人注册


URL: http://10.136.39.230:8080/memberApi/addDaren.action?sid=xxx...


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
sid String true 用户云id
real_name String true 真实姓名
id_card_no String true 身份证号码
id_card_obv String true 身份证正面
id_card_rev String true 身份证反面
type int true 达人类型(0-个人达人,1-企业达人)
category String true 服务类型0-美食,1-健身

返回格式: JSON


返回格式样例:

{
  "data": {
    "id_card_no": "111xxxxx03597",
    "create_time": "2018-01-22 13:12:19",
    "cust_sign": "",
    "rank_starts": 0,
    "real_name": "小明",
    "type": 0,
    "wx_open_id": "",
    "sid": 123456789,
    "id_card_obv": "http:www.baidu.com",
    "id_card_rev": "http:www.baidu.com",
    "id": "daren_123456789",
    "category": "0",
    "status": 2
  },
  "errorMessage": "成功",
  "errorCode": "0"
}