test: 列权限测试
This commit is contained in:
@@ -76,8 +76,9 @@ class CustomPagination(PageNumberPagination):
|
||||
('msg', msg),
|
||||
('page', page),
|
||||
('limit', limit),
|
||||
('total',total),
|
||||
('is_next',is_next),
|
||||
('total', total),
|
||||
('is_next', is_next),
|
||||
('is_previous', is_previous),
|
||||
('data', data)
|
||||
('data', data),
|
||||
('permission', self.request.permission_fields)
|
||||
]))
|
||||
|
||||
Reference in New Issue
Block a user