Browse Source

优化搜索接口

master
邓淳远 4 years ago
parent
commit
7b04d3019d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      APP/view/collection.py

+ 1
- 0
APP/view/collection.py View File

@ -52,6 +52,7 @@ def get_collection():
collection_tmp['name'] = item.name
collection_tmp['like'] = item.like
collection_tmp['tag'] = item.tag
collection_tmp['order'] = item.order
collections.append(collection_tmp)
except BaseException as e:

Loading…
Cancel
Save