接口URL : https://dev.genwoxiu.com/api/country/
请求方式 :POST
Content-Type :application/x-www-form-urlencoded
请求参数 :
参数名 :country;必填;参数类型:String
示例:country=中国
响应结果(json)
{ { “code”: 0, “data”: { “country”: “China”, “countryCn”: “中国”, “countryCode”: “CN”, “areaCode”: “86” } }