GET wx_qy/get_approval_records?spNo={spNo}
获取审批结果列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
spNo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取审批结果列表
Collection of WxQyApprovalRecordName | Description | Type | Additional information |
---|---|---|---|
OperationUser |
操作人 |
string |
None. |
OperationUserAvatar |
操作人头像 |
string |
None. |
Remark |
备注 |
string |
None. |
Date |
操作日期 |
date |
None. |
SpStatus |
审批状态 |
WxSpRecordStatus |
None. |
OperationResult |
审批状态描述 |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "operationUser": "sample string 1", "operationUserAvatar": "sample string 2", "remark": "sample string 3", "date": "2025-05-17T20:46:18.3825743+08:00", "spStatus": 0, "operationResult": "已撤销" }, { "operationUser": "sample string 1", "operationUserAvatar": "sample string 2", "remark": "sample string 3", "date": "2025-05-17T20:46:18.3825743+08:00", "spStatus": 0, "operationResult": "已撤销" } ]