7.28 我的反馈详情【基础探测通过,待数据联调】

GET /tieup/api/v1/me/feedbacks/{feedback_id}

路径参数:

参数 类型 必填 说明
feedback_id integer 反馈 ID

响应字段:

字段 类型 说明
id integer 主键 ID
feedback_type integer 反馈类型:1=功能建议,2=问题反馈,3=内容反馈,4=投诉,5=其他
feedback_type_label string 反馈类型中文标签
feedback_content string 反馈内容
attachments array 附件 URL 或业务文件标识列表
handle_status integer 处理状态
handle_status_label string handle status label
handle_result string handle result
submitted_at string 提交时间
handled_at string handled at

响应示例:

{
  "id": 1,
  "feedback_type": 2,
  "feedback_type_label": "问题反馈",
  "feedback_content": "反馈内容",
  "attachments": [],
  "handle_status": 3,
  "handle_status_label": "已处理",
  "handle_result": "客服回复内容",
  "submitted_at": "2026-06-18 10:00:00",
  "handled_at": "2026-06-18 10:05:00"
}

说明:handle_result 为后台客服回复内容或关闭原因;接口按 user_id 校验归属,非本人反馈返回不存在。后台回复或关闭粉丝、艺人反馈后,会向反馈提交时的对应身份发送 business_type=feedback 系统消息;经纪公司及未知身份反馈不发送 APP 系统消息。