- retry when 2101 for ebai page access

This commit is contained in:
gazebo
2019-03-12 15:22:37 +08:00
parent 6a5f399671
commit 2e1706ce3a
2 changed files with 6 additions and 1 deletions

View File

@@ -22,7 +22,8 @@ const (
)
const (
ResponseCodeSuccess = 0
ResponseCodeSuccess = 0
ResponseCodeCallElmFailed = 2101 // 这个可以尝试重试
)
const (