This commit is contained in:
Jerry Yan 2019-10-22 21:34:42 +08:00
parent f8a602e6a3
commit f80a44f1ac

View File

@ -202,7 +202,7 @@ def getUploadStats():
}}) }})
@app.route("/account/reLogin", methods=["GET"]) @app.route("/account/reLogin", methods=["POST"])
def accountRelogin(): def accountRelogin():
Common.loginBilibili() Common.loginBilibili()
return jsonify({"message":"ok","code":200,"status":0,"data":{}}) return jsonify({"message":"ok","code":200,"status":0,"data":{}})