mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update apps.py
This commit is contained in:
parent
e71e8ced04
commit
4345346fa6
@ -188,7 +188,7 @@ def AppUninstall(request: Request, app_id: Optional[str] = Query(default=None, d
|
|||||||
get_headers(request)
|
get_headers(request)
|
||||||
ret = {}
|
ret = {}
|
||||||
ret['ResponseData'] = {}
|
ret['ResponseData'] = {}
|
||||||
manage.uninstall_app(app_name, customer_name, app_version)
|
manage.uninstall_app(app_id)
|
||||||
ret['ResponseData']['AppID'] = app_id
|
ret['ResponseData']['AppID'] = app_id
|
||||||
except CommandException as ce:
|
except CommandException as ce:
|
||||||
ret = {}
|
ret = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user