文档
测试

国家信息列表

GET
/datashare/countrys

接口描述

获取国家信息列表

请求参数

参数名
类型
描述
必填
t
String
时间戳,当前时间前后2小时内,格式 yyyyMMddHH
必填
code
String
用户编号,系统分配给用户的32位编码
必填
auth_token
String
校验参数,md5(md5(username)+secreteKey+code+时间戳)
必填

响应参数

参数名
类型
描述
必填
id
int
国家id
必填
cn_name
string
中文名
必填
en_name
string
英文名
必填
fifa
string
国际足联缩写
必填
ioc
string
国际奥委会缩写
必填
continent
string
大洲
必填
picUrl
string
图片地址
可选

说明 / 示例

返回的数据为一个对象数组,响应参数字段是其中一个国家对象的字段说明