简要描述:
- 提交门店申请
请求URL:
GET/plugin.store-cashier.frontend.store.store.apply
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
apply | 是 | array | 提交的数据 |
apply[username] | 是 | string | 账号 |
apply[password] | 是 | string | 密码 |
apply[realname] | 是 | string | 姓名 |
apply[mobile] | 是 | string | 手机号 |
###返回参数
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 商品id |
###返回参数 has_many_options
返回示例:
{
id:258,
has_many_options:[]
result: 1,
msg: "提交申请成功,等待审核",
}
返回示例:
正确时返回:
{
result: 1,
msg: "提交申请成功,等待审核",
data: [ ]
}
错误时返回:
返回参数说明:
备注:
- 更多返回错误代码请看首页的错误代码描述