POST api/wechatmini/saveresourceInfo
Request Information
URI Parameters
None.
Body Parameters
ReportInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| userId | integer |
None. |
|
| categoryId | integer |
None. |
|
| reportedUserId | integer |
None. |
|
| remark | string |
None. |
|
| addTime | date |
None. |
|
| auditStatus | integer |
None. |
|
| auditTime | date |
None. |
|
| auditRemark | string |
None. |
|
| auditEmployee | integer |
None. |
|
| nickName | string |
None. |
|
| avatarUrl | string |
None. |
|
| reportednickName | string |
None. |
|
| reportedavatarUrl | string |
None. |
|
| reportCategory | string |
None. |
|
| EmployeeName | string |
None. |
|
| pictures | Collection of ReportInfoPicture |
None. |
Request Formats
application/json, text/json
Sample:
{
"pictures": [
{
"id": 1,
"reportId": "sample string 2",
"pictureUrl": "sample string 3",
"addTime": "2025-12-06T12:29:04.0665938+08:00"
},
{
"id": 1,
"reportId": "sample string 2",
"pictureUrl": "sample string 3",
"addTime": "2025-12-06T12:29:04.0665938+08:00"
}
],
"id": "sample string 1",
"userId": 2,
"categoryId": 3,
"reportedUserId": 4,
"remark": "sample string 5",
"addTime": "2025-12-06T12:29:04.0508159+08:00",
"auditStatus": 6,
"auditTime": "2025-12-06T12:29:04.0508159+08:00",
"auditRemark": "sample string 7",
"auditEmployee": 8,
"nickName": "sample string 9",
"avatarUrl": "sample string 10",
"reportednickName": "sample string 11",
"reportedavatarUrl": "sample string 12",
"reportCategory": "sample string 13",
"employeeName": "sample string 14"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}