你也使用过这个API吗?欢迎分享你的见解
与大家分享你的见解、观点、比较或使用心得
雷达评级
AA
用户规模
10 万+
产品上线
5 年
https://binstd.apistd.com/chinesecode/code
application/json
POST
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
key string | string | 是 | 请求 AccessKey, 请在控制台中查看 |
chinese string | string | 是 | 中文内容 |
参数名 | 类型 | 描述 |
---|---|---|
status string | string | 返回码 |
msg string | string | 返回说明信息 |
result array | array | 返回结果 |
└ character string | string | 汉字 |
└ code string | string | 电码 |
{
"status": 0,
"msg": "ok",
"result": [
{
"character": "支",
"code": "2388"
},
{
"character": "付",
"code": "0102"
},
{
"character": "宝",
"code": "1405"
}
]
}
你也使用过这个API吗?欢迎分享你的见解
与大家分享你的见解、观点、比较或使用心得