POST api/supplier/apply/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
yoshop_supplier_apply| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| openid | string |
None. |
|
| real_name | string |
None. |
|
| mobile | string |
None. |
|
| region | integer |
None. |
|
| yoshop_region | yoshop_region |
None. |
|
| referee_id | integer |
None. |
|
| apply_type | integer |
None. |
|
| apply_time | date |
None. |
|
| apply_status | integer |
None. |
|
| audit_time | date |
None. |
|
| reject_reason | string |
None. |
|
| is_delete | integer |
None. |
|
| create_time | date |
None. |
|
| update_time | date |
None. |
|
| yoshop_shops | Collection of yoshop_store_shop |
None. |
|
| address | string |
None. |
|
| longitude | string |
None. |
|
| latitude | string |
None. |
|
| shop_name | string |
None. |
|
| regions | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SiteListResult| Name | Description | Type | Additional information |
|---|---|---|---|
| msg | string |
None. |
|
| code | integer |
None. |
|
| data | Object |
None. |
|
| count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"msg": "sample string 1",
"code": 2,
"data": {},
"count": 4
}