aaa
This commit is contained in:
@@ -169,7 +169,11 @@ def download(filename):
|
|||||||
if request.method == "GET":
|
if request.method == "GET":
|
||||||
if os.path.isfile(os.path.join('static', filename)):
|
if os.path.isfile(os.path.join('static', filename)):
|
||||||
return send_from_directory('static', filename, as_attachment=True)
|
return send_from_directory('static', filename, as_attachment=True)
|
||||||
abort(404)
|
else: # 如果更新包不存在
|
||||||
|
return jsonify({
|
||||||
|
'code': 404,
|
||||||
|
'msg': '找不到指定版本的安装包'
|
||||||
|
})
|
||||||
|
|
||||||
@route_api.route("/member/ruilaizitest",methods = [ "GET","POST" ])
|
@route_api.route("/member/ruilaizitest",methods = [ "GET","POST" ])
|
||||||
def ruilaizitest():
|
def ruilaizitest():
|
||||||
|
|||||||
Reference in New Issue
Block a user