更新时间:2025-12-23 17:50:46
验证码小程序插件已完成交互验证请求时的容灾处理,您需要保证验证码小程序插件为最新版本即可。
当请求验证码票据校验接口发生异常时,客户服务端需做出相应的业务异常处理(例如跳过这次验证),保证不会因为接口返回结构异常,请求超时或服务未响应而阻碍业务流程。如下为几种异常返回的情况,需要客户侧进行容灾。
复制成功{ "Response": { "Error": { "Code": "InternalError", "Message": "An internal error has occurred. Retry your request, but if the problem persists, contact us." }, "RequestId": "xxxxxxxxxxx" } }
复制成功{ "Response": { "CaptchaCode": 26, "CaptchaMsg": "system internal error 详情请参考:腾讯云-验证码-产品文档,搜索关键字“DescribeCaptchaMiniResult”,查看输出参数中CaptchaCode字段的具体描述", "RequestId": "xxxxxxxxxxx" }, "retcode": 0, "retmsg": "ok" }