mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-09 17:27:27 +08:00
Update to v2.8.2 without release
- Try to add support for Anniversary 5 ticket - Update the song database > Well, there may be bugs with Anniversary 5 ticket. Remember it can only be used when the pack is on sale.
This commit is contained in:
@@ -632,10 +632,11 @@ def pack(user_id):
|
||||
|
||||
# 单曲购买信息获取
|
||||
@app.route(add_url_prefix('/purchase/bundle/single'), methods=['GET'])
|
||||
def single():
|
||||
@server.auth.auth_required(request)
|
||||
def single(user_id):
|
||||
return jsonify({
|
||||
"success": True,
|
||||
"value": server.arcpurchase.get_single_purchase()
|
||||
"value": server.arcpurchase.get_single_purchase(user_id)
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user