This commit is contained in:
suyl
2021-06-03 15:30:13 +08:00
parent 1da7a46928
commit 314a761451
6 changed files with 40 additions and 13 deletions

View File

@@ -37,6 +37,12 @@ type API struct {
config *platformapi.APIConfig
}
type KeyMobile struct {
Code string `json:"code"`
Msg string `json:"msg"`
Mobile string `json:"mobile"`
}
var (
commonCanRetryErrMap = map[string]bool{
CommonErrServiceNotAvailable: true,