简要描述:
- 店铺入驻申请
请求URL:
POST/wapapi/addons/execute/addons/shop/controller/shop/action/applyForWap
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
apply_type | 是 | int | 申请类型,1个人,2企业 |
company_name | apply_type为2时是 | string | 公司名称 |
company_type | apply_type为2时是 | string | 公司类型 |
company_phone | apply_type为2时是 | string | 公司电话 |
company_employee_count | apply_type为2时是 | int | 员工数量 |
company_registered_capital | apply_type为2时是 | int | 注册资金(万元) |
business_licence_number | apply_type为2时是 | string | 营业执照号 |
business_sphere | apply_type为2时是 | string | 法定经营范围 |
business_licence_number_electronic | apply_type为2时是 | string | 营业执照电子版 |
contacts_name | 是 | string | 联系人姓名 |
contacts_phone | 是 | string | 联系人电话 |
contacts_email | 是 | string | 联系人邮箱 |
company_province_id | 是 | int | 所在地省ID |
company_city_id | 是 | int | 所在地市ID |
company_district_id | 是 | int | 所在地区ID |
company_address_detail | 是 | string | 公司详细地址 |
contacts_card_no | 是 | string | 申请人身份证号 |
contacts_card_electronic_1 | 是 | string | 申请人手持身份证电子版 |
contacts_card_electronic_2 | 是 | string | 申请人身份证正面 |
contacts_card_electronic_3 | 是 | string | 申请人身份证反面 |
shop_name | 是 | string | 店铺名称 |
shop_group_id | 是 | int | 店铺分类id |
shop_group_name | 是 | string | 店铺分类名称 |
post_data | 否 | string | 自定义表单 |
referee_uid | 否 | int | 推广者的uid |
返回示例:
正确时返回:
{
"code": > 0,
"message": "操作成功"
}