暂无描述
Authorization: Bearer ********************
{
"appId": 17,
"logId": 61
}
curl --location --request POST 'https://api.tolink.cloud/apply/logCommentWithdraw' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": 17,
"logId": 61
}'
{
"code": 0,
"data": [
{
"createAt": "2022-05-19 09:39",
"createBy": {
"avatar": "",
"id": 23,
"name": "张金燕"
},
"currentUsers": [],
"dealType": 9,
"id": 1,
"isCurrent": false,
"message": "",
"name": "申请人",
"nodeId": "1d66140c-4d97-45fd-a4d4-fffaf70b69fd",
"nodeType": 8,
"robotAppBackground": "",
"robotAppIcon": "",
"robotAppIconType": 2,
"robotAppName": ""
}
],
"msg": "success"
}