接口地址:https://www.mxnzp.com/api/convert/zh |
---|
返回格式:json |
请求方式:get |
请求示例:https://www.mxnzp.com/api/convert/zh?content=当你老了&type=1&app_id=your&app_secret=your |
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
app_id | string | 必填 | app_id 扫码关注公众号 |
app_secret | string | 必填 | app_secret 扫码关注公众号 |
content | string | 必填 | 待转换的内容 |
type | int | 选填 | 1简体转繁体,2繁体转简体 |
名称 | 类型 | 说明 |
---|---|---|
originContent | string | 原内容 |
convertContent | string | 转化后的内容 |
错误码 | 说明 |
---|---|
0 | app_id或者app_secret不合法 |