5.9 Retry Mechanism (重试机制)
Description (说明)
The following describes the retry mechanism of the single wallet API function.
以下说明单钱包API函式的重试(retry)机制
Cancel Bet (取消下注)

Trigger (触发)
1.When 4.2 Place Bet betting request timeout will trigger cancel bet
2.If 4.2 Place Bet the HTTP code returned by the betting request is "not" 200, it will trigger the cancellation of the bet
3.When the game is invalid, it will trigger the cancellation of the bet
1.当 4.2 下注 请求逾时则会触发取消下注
2.如果 4.2 下注 请求返回的HTTP code不是200,或code不是0000,则会触发触发取消下注
3.当游戏局为无效局(因不可抗力因素导致无法结算之游戏局)则会触发取消下注
Frequency (发起频率)
1.When the cancel bet retry mechanism is triggered, it will continue to send the cancel bet request for three hour.
If three hour has passed or the intermediate request is successful, it will stop, and subsequent manual processing will be adopted
1.当取消下注重试机制被触发后,会继续发送取消下注请求3小时,如已过3小时或中间请求成功便停止,后续采用人工处理
How to end (如何结束)
1.If 4.3 取消下注 the HTTP code returned by the betting request is 200, and the code is 0000. It will be deemed that you already know that this bet request has failed and is not established, and we will "not" send a request to cancel the bet
2.Sending a cancel bet request for more than three hour will stop
1.如果 4.3 取消下注 请求返回的HTTP code为200,且code为0000,则将会视为贵方已经知道此笔bet请求已失败且不成立,我方将"不会"发送取消下注请求
2.發送取消下注請求超過3小時則會停止
Settle (派彩)

Trigger (触发)
1.When 4.4 Settle settle request timeout will retry
2.When 4.4 Settle the HTTP code returned by the settle request is not 200
or the code is not 0000,it will be deemed that the settle has been successful.
1.如果 4.4 派彩 请求超时则会触发重试settle请求
2.如果 4.4 派彩 请求返回的HTTP code不是200,或code不是0000,则会触发重试settle请求
Frequency (发起频率)
1.When the payout retry mechanism is triggered, the payout request will continue until it has been more than three hour since the first sending.
,then the sending will be stopped, and subsequent manual processing will be adopted.
1.当派彩重试机制被触发后,会继续发送派彩请求至距离第一次发送已超过三小时,便停止发送,后续采用人工处理
How to end (如何结束)
1.If 4.4 Settle the HTTP code returned by the settle request is 200, and the code is 0000.It will be deemed that the settle has been successful,then will not retry again.
2.Sending a settle request for more than three hour will stop.
1.重试 4.4 派彩 请求返回的HTTP code为200,且code为0000,则将会视为派彩已成功,不会再重试
2.发送重试派彩请求超过三小时,则不会再重试
