Documentation ¶
Index ¶
Constants ¶
View Source
const GLOBAL_IP_SERVER = "https://ifconfig.me/ip"
解析公网IP的服务器
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AliErrResponse ¶
type AliErrResponse struct { Status int `json:"status"` Msg string `json:"msg"` Title string `json:"Title"` ErrorCode string `json:"ErrorCode"` Recommend string `json:"Recommend"` RequestId string `json:"RequestId"` Message string `json:"Message"` }
func ParsingAliErr ¶
func ParsingAliErr(err error) (alierr AliErrResponse, ok bool)
Click to show internal directories.
Click to hide internal directories.