创建聊天组
This commit is contained in:
@@ -80,6 +80,7 @@ type MessageGroup struct {
|
||||
Type int `json:"type"` //组类型,1为单聊,2为群聊
|
||||
MaxCount int `json:"maxCount"` //最大人数
|
||||
DividePercentage int `json:"dividePercentage"` //分成比例
|
||||
QuitPrice int `json:"quitPrice"` //退出条件(金额)
|
||||
}
|
||||
|
||||
func (*MessageGroup) TableIndex() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user