创建入驻申请

HTTP Request

POST /api/v2/apply_enters

HEADERS

字段名 是否必填 描述
ACCESS-TOKEN true 授权token(aPaas提供)

URL Parameters

字段名 必填 描述

Body Parameters

字段名 是否必填 描述
apply_enter 入驻申请
verify_code 手机验证码

请求正文

{
   "apply_enter" : {
    "name": "test",
    "phone": "13800000002",
    "company_name":  "test",
    "job": "xxxx"
   },
   "verify_code": "123456"
}

返回数据

{
    "code": 0,
    "message": "success",
    "remark": "成功"
}
文档更新时间: 2025-04-09 17:20   作者:李辉