POST api/flag/put/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
yoshop_user_ext2| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| open_id | string |
None. |
|
| phone | string |
None. |
|
| account | string |
None. |
|
| flag | string |
None. |
|
| is_default | integer |
None. |
|
| status | integer |
None. |
|
| is_delete | integer |
None. |
|
| create_time | date |
None. |
|
| update_time | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"open_id": "sample string 2",
"phone": "sample string 3",
"account": "sample string 4",
"flag": "sample string 5",
"is_default": 6,
"status": 7,
"is_delete": 8,
"create_time": "2025-12-20T15:45:08.0825847+08:00",
"update_time": "2025-12-20T15:45:08.0825847+08:00"
}
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": {}
}