浏览代码

fix:api调整

fuwencai 2 年之前
父节点
当前提交
285c9e5802
共有 1 个文件被更改,包括 4 次插入0 次删除
  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