Implement /api/notice/reward

This commit is contained in:
Ethan O'Brien
2024-04-29 09:34:35 -05:00
parent d179bd80a9
commit dbcec25ffd
4 changed files with 17 additions and 5 deletions

View File

@ -100,10 +100,7 @@ pub fn lottery(_req: HttpRequest) -> HttpResponse {
"code": 0,
"server_time": global::timestamp(),
"data": {
"lottery_list": [
{"master_lottery_id":1110001,"master_lottery_price_number":1,"count":3,"daily_count":0,"last_count_date":"2023-04-16 23:58:31"}
]
"lottery_list": []
}
};
global::send(resp)