by Robin at 2024
This commit is contained in:
parent
1f394794ed
commit
003b669642
|
@ -1743,6 +1743,7 @@ func (s *Service) OpApproveStreamerAuthApproval(ctx *gin.Context, req *streamera
|
|||
Tag: streamerAuthApproval.Tag,
|
||||
Fans: streamerAuthApproval.Fans,
|
||||
AutoResponseMessage: streamerAuthApproval.AutoResponseMessage,
|
||||
IsHided: goproto.Int64(0),
|
||||
}
|
||||
|
||||
// 更新user_vas
|
||||
|
|
|
@ -17,6 +17,7 @@ type Streamer struct {
|
|||
Fans *int64 `json:"fans" bson:"fans"` // 全网粉丝
|
||||
AutoResponseMessage *string `json:"auto_response_message" bson:"auto_response_message"` // 自动回复消息
|
||||
Inviters *[]int64 `json:"inviters" bson:"inviters"` // 邀请人
|
||||
IsHided *int64 `json:"is_hided" bson:"is_hided"` // 是否隐藏
|
||||
Ct *int64 `json:"ct" bson:"ct"` // 创建时间
|
||||
Ut *int64 `json:"ut" bson:"ut"` // 更新时间
|
||||
DelFlag *int64 `json:"del_flag" bson:"del_flag"` // 删除标记
|
||||
|
|
Loading…
Reference in New Issue