fix: 베팅 관련 사소한 버그 수정

- 베팅이 없을 경우
- 베팅 동시 신청
This commit is contained in:
2022-01-28 02:43:58 +09:00
parent f42aab61e3
commit 19bb9881ea
3 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class Bet extends \sammo\BaseAPI
public function getRequiredSessionMode(): int
{
return static::REQ_GAME_LOGIN | static::REQ_READ_ONLY;
return static::REQ_GAME_LOGIN;
}
public function launch(Session $session, ?DateTimeInterface $modifiedSince, ?string $reqEtag)