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