POST api/WzAppInsertCard
新增贺卡
请求信息
URI 参数
None.
Body 请求体 参数
INPUTxccp_PX_WeiZhan_InsertCard| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| UserID | integer |
None. |
|
| CardID | integer |
None. |
|
| Title | string |
None. |
|
| ImgUrl | string |
None. |
|
| Cont | string |
None. |
|
| Sender | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"UserID": 2,
"CardID": 3,
"Title": "sample string 4",
"ImgUrl": "sample string 5",
"Cont": "sample string 6",
"Sender": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
CxccApiResponseBaseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| data | string |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": "sample string 1",
"code": 2,
"msg": "sample string 3"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.