aaaaaaa
This commit is contained in:
@@ -163,7 +163,7 @@ def ruilaizi(filename):
|
||||
})
|
||||
|
||||
# 下载文件服务
|
||||
@app.route("/member/download/<filename>", methods=['GET'])
|
||||
@route_api.route("/member/download/<filename>", methods=['GET'])
|
||||
def download(filename):
|
||||
if request.method == "GET":
|
||||
if os.path.isfile(os.path.join('static', filename)):
|
||||
|
||||
Reference in New Issue
Block a user