forked from mirror/MrDoc
优化用户token获取文集列表接口返回值
This commit is contained in:
parent
13c9d8772d
commit
107d5275f7
@ -128,6 +128,7 @@ def get_projects(request):
|
||||
item = {
|
||||
'id':project.id, # 文集ID
|
||||
'name':project.name, # 文集名称
|
||||
'icon': project.icon, # 文集图标
|
||||
'type':project.role # 文集状态
|
||||
}
|
||||
project_list.append(item)
|
||||
|
Loading…
x
Reference in New Issue
Block a user