注册送短信

API 错误代码与描述


错误代码描述Description
1004URL不能为空The URL can not empty
1005无效urlInvalid URL
1006无效域名Invalid Domain
1007请将密码限制在256个字符以内Please limit the Password to 256 characters
1008请求超过单月限制Request exceeds month limit
1009密码访问权限被拒绝Password access permission denied
1010访问限制权限被拒绝Access limit permission denied
1011没有设置过期权限Expire permission denied
1012请将有效期限制在365天内Please limit the expiration to 365 days
1013url被列入系统黑名单The URL is blocked by system blocklist
1014超过频率限制,请限制短链接的请求频率在每分钟60次以内。Exceed the frequency limit, please limit the request of shorturl get type to 60 times per minute.
1015URL参数不正确URL parameter is incorrect
1016URL不存在或短URL已过期URL does not exist or Short URL expired
1017短链接群组超出限制Short URL Group exceeds limit
1018pause参数设置为String类型,"true"或者"false"The pause parameter should be set to true or false value as a string
1019请把有效期限制在30天内Please limit the expiration to 30 days
1020请把有效期限制在90天内Please limit the expiration to 90 days
1021请把有效期限制在3年之内Please limit the expiration to 3 years

注: 当 API 返回 307或者 309错误时,服务器会给出具体的 JSON decoding 错误原因。

json_decoding_error 参数将以数字形式标注错误代码

json_decoding_error:

1 = 到达了最大堆栈深度

2 = 无效或异常的 JSON

3 = 控制字符错误,可能是编码不对

4 = 语法错误

5 = 异常的 UTF-8 字符,也许是因为不正确的编码