Merge pull request 'by Robin at 2024' (#404) from feat-IRONFANS-70 into main
Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/404
This commit is contained in:
commit
003ffda209
|
@ -1744,6 +1744,7 @@ func (s *Service) OpApproveStreamerAuthApproval(ctx *gin.Context, req *streamera
|
||||||
Tag: streamerAuthApproval.Tag,
|
Tag: streamerAuthApproval.Tag,
|
||||||
Fans: streamerAuthApproval.Fans,
|
Fans: streamerAuthApproval.Fans,
|
||||||
AutoResponseMessage: streamerAuthApproval.AutoResponseMessage,
|
AutoResponseMessage: streamerAuthApproval.AutoResponseMessage,
|
||||||
|
IsHided: goproto.Int64(0),
|
||||||
}
|
}
|
||||||
|
|
||||||
// 更新user_vas
|
// 更新user_vas
|
||||||
|
|
|
@ -17,6 +17,7 @@ type Streamer struct {
|
||||||
Fans *int64 `json:"fans" bson:"fans"` // 全网粉丝
|
Fans *int64 `json:"fans" bson:"fans"` // 全网粉丝
|
||||||
AutoResponseMessage *string `json:"auto_response_message" bson:"auto_response_message"` // 自动回复消息
|
AutoResponseMessage *string `json:"auto_response_message" bson:"auto_response_message"` // 自动回复消息
|
||||||
Inviters *[]int64 `json:"inviters" bson:"inviters"` // 邀请人
|
Inviters *[]int64 `json:"inviters" bson:"inviters"` // 邀请人
|
||||||
|
IsHided *int64 `json:"is_hided" bson:"is_hided"` // 是否隐藏
|
||||||
Ct *int64 `json:"ct" bson:"ct"` // 创建时间
|
Ct *int64 `json:"ct" bson:"ct"` // 创建时间
|
||||||
Ut *int64 `json:"ut" bson:"ut"` // 更新时间
|
Ut *int64 `json:"ut" bson:"ut"` // 更新时间
|
||||||
DelFlag *int64 `json:"del_flag" bson:"del_flag"` // 删除标记
|
DelFlag *int64 `json:"del_flag" bson:"del_flag"` // 删除标记
|
||||||
|
|
Loading…
Reference in New Issue