Browse Source

反馈

master
huangjiajun 1 day ago
parent
commit
92c60ed810
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      app/svc/user_feedback/svc_list.go

+ 3
- 0
app/svc/user_feedback/svc_list.go View File

@@ -73,6 +73,9 @@ func List(c *gin.Context) {
v.Phone = user.Phone
}
}
for k1, v1 := range img {
img[k1] = svc.GetOssUrl(v1)
}
tmp := md.UserFeedbackList{
Id: utils.IntToStr(v.Id),
Phone: v.Phone,


Loading…
Cancel
Save