文档
测试

查询省份所有城市

POST
/api/groupon/caiyang/locations.ashx

接口描述

IT环境:http://192.168.111.29:8007;ST环境:http://192.168.111.73:8006

请求参数 [form-data]

参数名
类型
描述
必填
sign
string
示例:3ad6713ca84eaa10eb5a16e1cc9b910c
必填
timestamp
string
示例:2020-05-18 16:04:59
必填
provinceCode
string
示例:1210
必填
method
string
示例:querycity
必填

响应参数

参数名
类型
描述
必填
Result
object
数据字典
必填
RetCode
int
示例:1
必填
RetMsg
string
示例:查询城市成功
必填
CityList
array
数据列表
必填
CityCode
string
示例:1210
必填
CityName
string
示例:石家庄市
必填
Msg
string
示例:请求成功
必填
Code
string
示例:1
必填