feat(app): update
This commit is contained in:
15
pkg/dto/response/ChatroomPresentGiftResponse.go
Normal file
15
pkg/dto/response/ChatroomPresentGiftResponse.go
Normal file
@ -0,0 +1,15 @@
|
||||
package response
|
||||
|
||||
// 打赏礼物返回值
|
||||
type ChatroomPresentGiftResponse struct {
|
||||
DiamondBalance string
|
||||
NCoinBalance string
|
||||
DiamondVipLevel string
|
||||
DiamondVipName string
|
||||
IsBatch string
|
||||
AnimationFormat string
|
||||
AnimationApngUrl string
|
||||
FillMode string
|
||||
AnimationGifUrl string
|
||||
//GiftMsg *yunxin.ChatroomPresentGiftMsgBizData `json:"GiftMsg,omitempty"` // 打赏消息体
|
||||
}
|
||||
Reference in New Issue
Block a user