a
This commit is contained in:
@@ -87,6 +87,7 @@ type MessageGroup struct {
|
|||||||
MaxCount int `json:"maxCount"` //最大人数
|
MaxCount int `json:"maxCount"` //最大人数
|
||||||
DividePercentage int `json:"dividePercentage"` //分成比例
|
DividePercentage int `json:"dividePercentage"` //分成比例
|
||||||
QuitPrice int `json:"quitPrice"` //退出条件(金额)
|
QuitPrice int `json:"quitPrice"` //退出条件(金额)
|
||||||
|
GroupAvatar string `json:"groupAvatar"` //群头像
|
||||||
}
|
}
|
||||||
|
|
||||||
func (*MessageGroup) TableIndex() [][]string {
|
func (*MessageGroup) TableIndex() [][]string {
|
||||||
|
|||||||
Reference in New Issue
Block a user