- retry when 2101 for ebai page access
This commit is contained in:
@@ -22,7 +22,8 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
ResponseCodeSuccess = 0
|
||||
ResponseCodeSuccess = 0
|
||||
ResponseCodeCallElmFailed = 2101 // 这个可以尝试重试
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user