Ready to Update to v2.9

- Add support for finale state data
This commit is contained in:
Lost-MSth
2022-07-09 22:02:46 +08:00
parent 9f41ef0a70
commit 15134173c9
9 changed files with 124 additions and 36 deletions

View File

@@ -46,9 +46,17 @@ def download_song(user_id):
@bp.route('/finale/progress', methods=['GET'])
def finale_progress():
# 世界boss血条
return success_return({'percentage': 100000})
@bp.route('/finale/finale_start', methods=['POST'])
def finale_start():
# testify开始对立再见
# 没数据
return success_return({})
map_dict = {'/user/me': user_me,
'/purchase/bundle/pack': bundle_pack,
'/serve/download/me/song': download_song,