excepiton
This commit is contained in:
parent
364582825e
commit
76b37e8589
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ def AppInstall(request: Request, app_name: Optional[str] = Query(default=None, d
|
|||
except Exception as e:
|
||||
ret = {}
|
||||
ret['ResponseData']['AppID'] = app_name + "_" + customer_app_name
|
||||
ret['Error']=manage.get_error_info("Server.SystemError","system original error",str(ce))
|
||||
ret['Error']=manage.get_error_info("Server.SystemError","system original error",str(e))
|
||||
|
||||
return JSONResponse(content=ret)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue