城市信息列表
GET
/datashare/citys
接口描述
获取城市列表
请求参数
参数名
类型
描述
必填
t
String
时间戳,当前时间前后2小时内,格式 yyyyMMddHH
必填
code
String
用户编号,系统分配给用户的32位编码
必填
auth_token
String
校验参数,md5(md5(username)+secreteKey+code+时间戳)
必填
响应参数
参数名
类型
描述
必填
id
int
城市Id
必填
cn_name
string
中文名
必填
en_name
string
英文名
必填
country_id
int
国家id
必填