暂无描述
Authorization: Bearer ********************
{
"appId": 744,
"applyId": 801,
"content": "你要干嘛子",
"members": [
798
],
// "attaches": [
// {
// "name": "图片",
// "fileSize": 19412,
// "fileType": "",
// "url": "http://127.0.0.1:8205/public/resource/upload/2022-05-10/cjvpoa4wrp9cc7uoxt.eddx"
// }
// ],
"nodeId": "b72009f6-dd6c-4c1f-9750-fe417a12c3b5",
"nodeType": 1,
}
curl --location --request POST 'https://api.tolink.cloud/apply/logComment' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": 744,
"applyId": 801,
"content": "你要干嘛子",
"members": [
798
],
// "attaches": [
// {
// "name": "图片",
// "fileSize": 19412,
// "fileType": "",
// "url": "http://127.0.0.1:8205/public/resource/upload/2022-05-10/cjvpoa4wrp9cc7uoxt.eddx"
// }
// ],
"nodeId": "b72009f6-dd6c-4c1f-9750-fe417a12c3b5",
"nodeType": 1,
}'
{
"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"
}