POST api/dealer/tixian/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
yoshop_dealer_withdraw| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| user_id | integer |
None. |
|
| yoshop_user | yoshop_user |
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
AjaxResult| Name | Description | Type | Additional information |
|---|---|---|---|
| PromptMsg | string |
None. |
|
| Result | DoResult |
None. |
|
| RetValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"PromptMsg": "sample string 1",
"Result": 0,
"RetValue": {}
}