feat(用户): 添加用户余额日志分页查询功能
修复AnyTLSUri端口使用错误问题 添加订阅列表排序功能 更新.gitignore移除日志文件忽略 完善流量通知模板变量
This commit is contained in:
@@ -1391,6 +1391,11 @@ type QueryUserAffiliateListRequest struct {
|
||||
Size int `form:"size"`
|
||||
}
|
||||
|
||||
type QueryUserBalanceLogListRequest struct {
|
||||
Page int `form:"page"`
|
||||
Size int `form:"size"`
|
||||
}
|
||||
|
||||
type QueryUserAffiliateListResponse struct {
|
||||
List []UserAffiliate `json:"list"`
|
||||
Total int64 `json:"total"`
|
||||
|
||||
Reference in New Issue
Block a user