excepiton

This commit is contained in:
qiaofeng1227 2023-04-14 02:52:05 +00:00
parent 364582825e
commit 76b37e8589

View file

@ -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)