Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Cloud 运营商 Cloud = "VRCode" // CodeSucc 响应成功,仅为 0 时才响应成功 CodeSucc = 0 // CodeFailedAuth 请求失败,用户名或密码错误 CodeFailedAuth = 1 // CodeFailedToken 请求失败,token 无效 CodeFailedToken = 2 // CodeFailedLimit 制码失败,制码次数超出限制 CodeFailedLimit = 3 // CodeFailedErr 制码失败,请重试或联系管理人员 CodeFailedErr = 5 // CodeFailedParam 参数错误,请核对后重新请求 CodeFailedParam = 6 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.