{
"debug": 1,
"assistId": 8,
"orderId": "202310310007",
"replyUserid": "176444351721263954",
"assistContent": "请求协助内容",
"assistAttachment": [
{
"fileUrl": "http://digital.gstai.com:8050/img/sqpg.png",
"fileName": "1.txt"
}
]
}
curl --location --request POST '/pm/work-assist/update' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"debug": 1,
"assistId": 8,
"orderId": "202310310007",
"replyUserid": "176444351721263954",
"assistContent": "请求协助内容",
"assistAttachment": [
{
"fileUrl": "http://digital.gstai.com:8050/img/sqpg.png",
"fileName": "1.txt"
}
]
}'
{}