You've already forked XiguaLiveDanmakuHelper
删除Bypy,b站账号Common化,通过接口控制账号
This commit is contained in:
@ -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 = []
|
||||
|
Reference in New Issue
Block a user