获取服务台工单内消息图像
GET {{base_url}}/helpdesk/v1/ticket_images?ticket_id=12345&msg_id=12345
该接口用于获取服务台工单消息图象。仅支持自建应用。
参考接口文档:获取服务台工单内消息图像
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ticket_id | number | 工单ID | |
msg_id | number | 消息ID |
查询消息ID |
| index
| number | | index,当消息类型为post时,需指定图片index,index从0开始。当消息类型为img时,无需index |