摩斯密码和文本互相转换
支持中文编码
https://free.xwteam.cn/api/translate/morse
GET/POST
application/json
名称 | 值 |
---|---|
Content-Type | application/x-www-form-urlencoded;charset:utf-8; |
名称 | 必填 | 类型 | 示例值 | 说明 |
---|---|---|---|---|
type | 是 | string | encode | 输入转换类型 【encode=转换为摩斯密码】【decode=转换为文本内容】 |
data | 是 | string | 摩斯密码翻译接口 | 输入需要转换的内容 建议POST提交,否则可能出现编码错误 |
https://free.xwteam.cn/api/translate/morse?type=encode&data=福利云
正在请求API数据...
名称 | 类型 | 说明 |
---|---|---|
code | int | 状态码 |
msg | string | 状态信息 |
data | string | 请求结果数据集 |
debug | string/array | 调试数据 |
exec_time | float | 执行耗时 |
user_ip | string | 客户端IP |