标准中文电码查询

优选
HTTPS
中文和电码之间相互转换
免费套餐
Level1
Level2
Level3
0 / 5 次

雷达评级

AA

用户规模

10 万+

产品上线

4

中文转电码

接口地址
https://binstd.apistd.com/chinesecode/code
响应格式
application/json
请求方法
POST
请求参数 (Query)
参数类型必须描述
keystring
string
请求 AccessKey, 请在控制台中查看
chinesestring
string
中文内容
返回参数 (Body)
参数类型描述
statusstring
string
返回码
msgstring
string
返回说明信息
resultarray
array
返回结果
characterstring
string
汉字
codestring
string
电码
请求返回示例
{
  "status": 0,
  "msg": "ok",
  "result": [
    {
      "character": "支",
      "code": "2388"
    },
    {
      "character": "付",
      "code": "0102"
    },
    {
      "character": "宝",
      "code": "1405"
    }
  ]
}