curl --location --request POST 'https://qiyukf.com/openapi/v2/ticket/finish?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticketId":12345,
"staffId":123,
"comment": "已完成",
"attachments":[
{
"fileName":"附件1",
"type":1,
"payload":"附件BASE64"
}
]
}'
{
"code": 200,
"message": true
}