mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
Send updated card list with gift endpoint
This commit is contained in:
parent
4fcfb8d8ae
commit
4db866ab9f
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ pub fn gift(req: HttpRequest, body: String) -> Option<JsonValue> {
|
|||
"updated_value_list": {
|
||||
"gem": userr["gem"].clone(),
|
||||
"item_list": userr["item_list"].clone(),
|
||||
"point_list": userr["point_list"].clone()
|
||||
"point_list": userr["point_list"].clone(),
|
||||
"card_list": userr["card_list"].clone()
|
||||
},
|
||||
"clear_mission_ids": cleared_missions,
|
||||
"reward_list": rewards
|
||||
|
|
Loading…
Add table
Reference in a new issue