add library version
This commit is contained in:
parent
876325a04e
commit
937b2ef7dd
2 changed files with 5 additions and 2 deletions
|
@ -351,7 +351,7 @@ def AppUpdateList(request: Request):
|
|||
get_headers(request)
|
||||
ret = {}
|
||||
ret['ResponseData'] = {}
|
||||
ret['ResponseData']['Update_content'] = manage.get_all_updata_list()
|
||||
ret['ResponseData']['Update_content'] = manage.get_all_update_list()
|
||||
myLogger.info_logger(ret)
|
||||
response = JSONResponse(content=ret)
|
||||
except CommandException as ce:
|
||||
|
|
|
@ -11,5 +11,8 @@
|
|||
"MYAPPS": "1.0.1",
|
||||
"APPSTORE": "1.0.0"
|
||||
},
|
||||
"LIBRARY": {
|
||||
"VERSION": "1.0.0"
|
||||
},
|
||||
"VERSION": "0.3.0"
|
||||
}
|
Loading…
Add table
Reference in a new issue