{
"workorder_id": "83",
"content": "你好"
}curl --location --request POST 'https://ctgcdn.esurfingcloud.com/API/user/workorder/log' \
--header 'Authorization: Bearer Af8VDldHtQxxxF4n=H8tLRl9Er7WdhaXvWWd/' \
--header 'Content-Type: application/json' \
--data-raw '{
"workorder_id": "83",
"content": "你好"
}'{
"code": 1,
"message": "OK",
"data": {
"workorder_id": 83,
"title": "test"
}
}