简要描述:
- 获取国际电话区号
请求URL:
- /api/common/phoneareacode
请求参数:
- 无
入参示例:
https://localhost:6001/api/common/phoneareacode
返回示例:
正确时返回:
{
"code": 200,
"success": true,
"message": null,
"result": [
{
"areaCode": "86",
"countryName": "China"
},
{
"areaCode": "852",
"countryName": "Hong Kong"
}
]
}
错误时返回:
返回参数说明:
Data数据说明
参数名 | 类型 | 说明 |
---|---|---|
areaCode | string | 国家电话区号 |
countryName | string | 国家名称 |
备注:
-