POST api/shop/tixian/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
yoshop_shop_withdraw| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| shop_id | integer |
None. |
|
| yoshop_shop | yoshop_store_shop |
None. |
|
| money | integer |
None. |
|
| pay_type | integer |
None. |
|
| alipay_name | string |
Required String length: inclusive between 0 and 50 |
|
| alipay_account | string |
Required String length: inclusive between 0 and 50 |
|
| bank_name | string |
Required String length: inclusive between 0 and 50 |
|
| bank_account | string |
Required String length: inclusive between 0 and 50 |
|
| bank_card | string |
Required String length: inclusive between 0 and 50 |
|
| apply_status | integer |
None. |
|
| audit_time | date |
None. |
|
| reject_reason | string |
Required String length: inclusive between 0 and 500 |
|
| create_time | date |
None. |
|
| update_time | date |
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
}