POST api/user/apply/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
yoshop_user_ext| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| open_id | string |
None. |
|
| phone | string |
None. |
|
| account | string |
None. |
|
| pwd | string |
None. |
|
| real_name | string |
None. |
|
| real_company | string |
None. |
|
| yingyezhizhao | string |
None. |
|
| yaopinjingying | string |
None. |
|
| idcard | string |
None. |
|
| fapiaoxinxi | string |
None. |
|
| farenweituoshu | string |
None. |
|
| status | integer |
None. |
|
| is_delete | integer |
None. |
|
| create_time | date |
None. |
|
| update_time | date |
None. |
|
| referee_id | integer |
None. |
|
| reject_reason | string |
None. |
|
| user_level | integer |
None. |
|
| point | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"open_id": "sample string 2",
"phone": "sample string 3",
"account": "sample string 4",
"pwd": "sample string 5",
"real_name": "sample string 6",
"real_company": "sample string 7",
"yingyezhizhao": "sample string 8",
"yaopinjingying": "sample string 9",
"idcard": "sample string 10",
"fapiaoxinxi": "sample string 11",
"farenweituoshu": "sample string 12",
"status": 13,
"is_delete": 14,
"create_time": "2025-12-20T15:42:34.6157315+08:00",
"update_time": "2025-12-20T15:42:34.6157315+08:00",
"referee_id": 17,
"reject_reason": "sample string 18",
"user_level": 19,
"point": 20
}
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
}