fuwencai 2 éve
szülő
commit
285c9e5802
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      api/internal/logic/getbuoymsglogic.go

+ 4 - 0
api/internal/logic/getbuoymsglogic.go

@@ -47,6 +47,10 @@ func (l *GetBuoyMsgLogic) GetBuoyMsg(req types.GetBuoyMsgReq) (*types.GetBuoyMsg
 		result.Data = append(result.Data, map[string]interface{}{
 			"id":         msg.Id,
 			"buoyDetail": msg.BuoyDetail,
+			"pcUrl":      msg.PcUrl,
+			"androidUrl": msg.AndroidUrl,
+			"iosUrl":     msg.IosUrl,
+			"weChatUrl":  msg.WeChatUrl,
 		})
 	}
 	return result, nil