|
|
@@ -66,7 +66,7 @@ type LvGrade struct { |
|
|
|
NewTeamList map[string]string `json:"new_team_list"` // 新团队比例 |
|
|
|
NewExtendList map[string]string `json:"new_extend_list"` // 直推比例 |
|
|
|
SecondExtendList map[string]string `json:"second_extend_list"` // 直推比例 |
|
|
|
SameUserCount []string `json:"same_user_count"` |
|
|
|
SameUserCount string `json:"same_user_count"` |
|
|
|
SameExtend []map[string]string `json:"same_extend"` |
|
|
|
SubsidyModeList map[string]interface{} `json:"subsidy_mode_list"` // 各币种返佣模式:bili:比例 money:固定金额 |
|
|
|
//SubsidyBlockIconsMode string `json:"subsidy_block_icons_mode"` //分销 区块币返利类型 bili 比例 money 固定金额 |
|
|
|