删除Bypy,b站账号Common化,通过接口控制账号

This commit is contained in:
2019-10-18 22:34:24 +08:00
parent 586ef37874
commit 6536acb10e
3 changed files with 28 additions and 15 deletions

View File

@ -198,6 +198,12 @@ def getUploadStats():
}})
@app.route("/account/reLogin", methods=["GET"])
def accountRelogin():
Common.loginBilibili()
return jsonify({"message":"ok","code":200,"status":0,"data":{}})
@app.route("/files/", methods=["GET"])
def fileIndex():
a = []