Browse Source

fix:api调整

fuwencai 2 years ago
parent
commit
285c9e5802
1 changed files with 4 additions and 0 deletions
  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