huangjiajun 1 giorno fa
parent
commit
92c60ed810
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      app/svc/user_feedback/svc_list.go

+ 3
- 0
app/svc/user_feedback/svc_list.go Vedi 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,


Caricamento…
Annulla
Salva