aa
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user