Gree working

This commit is contained in:
Ethan O'Brien
2024-04-04 14:56:25 -05:00
parent 5c420184ac
commit 2fc7a17d4f
5 changed files with 83 additions and 9 deletions

View File

@ -12,7 +12,7 @@ pub fn mission(req: HttpRequest) -> HttpResponse {
"code": 0,
"server_time": global::timestamp(),
"data": {
"mission_list": user["live_mission_list"].clone()
"mission_list": []
}
};
global::send(resp)