mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-10 18:07:28 +08:00
Update to v2.7.2 without release
- Unlock the character **marija** - Update the song database
This commit is contained in:
@@ -195,7 +195,7 @@ def auth_required(request):
|
||||
if 'AppVersion' in headers: # 版本检查
|
||||
if Config.ALLOW_APPVERSION:
|
||||
if headers['AppVersion'] not in Config.ALLOW_APPVERSION:
|
||||
return jsonify({"success": False, "error_code": 5})
|
||||
return jsonify({"success": False, "error_code": 1203})
|
||||
|
||||
if 'Authorization' in headers:
|
||||
token = headers['Authorization']
|
||||
|
||||
Reference in New Issue
Block a user