文本加密,仅限文本,其他加密会出错。网址解密后需要使用URL解码。密钥不建议使用中文和全角符号。不支持特殊符号!
https://free.xwteam.cn/api/code/decode
GET/POST
application/json
名称 | 值 |
---|---|
Content-Type | application/x-www-form-urlencoded;charset:utf-8; |
名称 | 必填 | 类型 | 示例值 | 说明 |
---|---|---|---|---|
mkey | 是 | string | mima | 填写加密时使用的密钥,密钥验证错误无法解密 |
data | 是 | string | a8885d72ea15d84a4facc41789189749 | 需要解密的文本,网址解密后需要使用URL解码 |
https://free.xwteam.cn/api/code/decode?mkey=123&data=43d42d68d46548a13714d8169e19c7ae
正在请求API数据...
名称 | 类型 | 说明 |
---|---|---|
code | int | 状态码 |
msg | string | 状态信息 |
data | string | 请求结果数据集 |
debug | string/array | 调试数据 |
exec_time | float | 执行耗时 |
user_ip | string | 客户端IP |