网络智能体-根据申请单号查询申请进度和详情:响应
响应
- 响应样例
{"success": true,"returnData": {"id": "1472","applyId": "20191108161551-2028400065","applyType": "Publish","applyUser": "test001","applyUserId": "06ce44035f80d5421ff5c004e706c391","applyTenantId": "4e10259f54a340b4bdde616cdec732d6","approveUser": "xxxxx","approveUserAppId": "4e10259f54a340b4bdde616cdec732d6","applyTime": "2019-11-08 16:15:52","approveTime": "2019-11-08 16:20:51","applyStatus": 0,"applyContent": "[{\"id\":\"402880a76dc838bc016dec18e2896161\",\"pId\":\"1061667308918309325\",\"label\":\"dwstest102\",\"desc\":{\"expire\":\"2022-11-07 16:15:50\",\"descrip\":\"dwstest1021_train\",\"tanentRange\":[],\"userRange\":[]},\"datasetOwnerContactList\":[{\"userId\":\"xxxxxx\",\"userName\":\"lxxxi\",\"tenantId\":\"4e10259f54a340b4bdde616cdec732d6\",\"tenantName\":\"axxxxx\",\"email\":\"xxxxx\"}],\"disabled\":false,\"isMetaDataInfo\":true,\"secretLevel\":\"3\",\"isAllPublish\":false,\"autoPublish\":false,\"children\":[]}]","approvalComments": "tr"}}
- 要素说明
参数名
参数类型
备注
success
String
请求是否成功。
returnData
JSON
返回结果详情。
applyId
String
申请单号。
applyType
String
申请类型。
applyUser
String
申请人员用户名。
approveUser
Stirng
审批人员用户名。
approveUserAppId
String
审批人员租户ID。
applyTime
String
申请时间。
approveTime
String
审批时间
applyContent
String
申请内容。
applyStatus
Int
申请状态包括如下:
- 0:审批通过。
- 大于0:审批中。
- -1:审批被拒绝。
approvalComments
String
审批意见。