方法
This commit is contained in:
parent
f8a602e6a3
commit
f80a44f1ac
@ -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":{}})
|
||||||
|
Reference in New Issue
Block a user