Browse Source

Update manage.py

qiaofeng1227 2 years ago
parent
commit
23e65d3fc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appmanage/api/service/manage.py

+ 1 - 1
appmanage/api/service/manage.py

@@ -56,7 +56,7 @@ def get_my_app(app_id):
     else:
         ret = app_list
 
-    return ret
+    return app_list
 
 # 获取具体某个app的信息
 def get_app_status(app_id):