POST api/WxAPPBase/PhoneAdd
Request Information
URI Parameters
None.
Body Parameters
Cms_WX_PhoneInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| T_RealName | string |
None. |
|
| T_Phone | string |
None. |
|
| T_StandbyField1 | string |
None. |
|
| T_StandbyField2 | string |
None. |
|
| T_StandbyField3 | string |
None. |
|
| T_IsDel | integer |
None. |
|
| T_AddTime | date |
None. |
|
| T_FkId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"T_RealName": "sample string 2",
"T_Phone": "sample string 3",
"T_StandbyField1": "sample string 4",
"T_StandbyField2": "sample string 5",
"T_StandbyField3": "sample string 6",
"T_IsDel": 1,
"T_AddTime": "2026-04-05T19:18:52.0137332+08:00",
"T_FkId": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultData| Name | Description | Type | Additional information |
|---|---|---|---|
| succ | boolean |
None. |
|
| msg | string |
None. |
|
| results | Object |
None. |
|
| data | Object |
None. |
|
| count | integer |
None. |
|
| page | integer |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"succ": true,
"msg": "sample string 2",
"results": {},
"data": {},
"count": 5,
"page": 6,
"code": 7
}