|
|
@@ -70,8 +70,9 @@ type SelectMemberNode struct { |
|
|
|
} |
|
|
|
|
|
|
|
type SelectMemberResp struct { |
|
|
|
List []SelectMemberNode `json:"list"` // 会员数据 |
|
|
|
Paginate Paginate `json:"paginate"` // 分页信息 |
|
|
|
LevelList []map[string]interface{} `json:"level_list"` // 会员等级列表 |
|
|
|
List []SelectMemberNode `json:"list"` // 会员数据 |
|
|
|
Paginate Paginate `json:"paginate"` // 分页信息 |
|
|
|
} |
|
|
|
|
|
|
|
type TreeNode struct { |
|
|
|