feat(WIP): 국가 베팅 '기능만' 구현

This commit is contained in:
2022-02-05 07:43:27 +00:00
committed by Gitea
parent d211c92bf8
commit e7af718a0f
19 changed files with 420 additions and 59 deletions
+5
View File
@@ -13,6 +13,11 @@ async function done<ResultType extends ValidResponse, ErrorType extends InvalidR
}
const apiRealPath = {
Betting:{
Bet: done,
GetBettingDetail: done,
GetBettingList: done,
},
Command: {
GetReservedCommand: done,
PushCommand: done,