mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-11 02:17:28 +08:00
[Bug fix]? A small encoding extension
- Use bytes instead of string to pass the data to the `json` module - For Arcaea 4.7.2
This commit is contained in:
@@ -1504,5 +1504,23 @@
|
||||
],
|
||||
"orig_price": 100,
|
||||
"price": 100
|
||||
},
|
||||
{
|
||||
"name": "tothefurthestdream",
|
||||
"items": [
|
||||
{
|
||||
"type": "single",
|
||||
"id": "tothefurthestdream",
|
||||
"is_available": true
|
||||
},
|
||||
{
|
||||
"type": "core",
|
||||
"amount": 1,
|
||||
"id": "core_generic",
|
||||
"is_available": true
|
||||
}
|
||||
],
|
||||
"orig_price": 100,
|
||||
"price": 100
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user