城市列表
开发中GET
/Index/areas请求参数
Query 参数
aid
integer
可选
默认值是1,中部地区
示例值:
1
ssid
string
可选
登录返回的sessionid
示例值:
“”
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
time
string
必需
data
object
必需
now
integer
必需
areas
array [object {6}]
必需
示例
{
"code": 10000,
"msg": "",
"time": "1700805891",
"data": {
"now": 1700805891,
"areas": [
{
"id": 2,
"name": "东部地区",
"odmode_text": "",
"seller_reg_text": "",
"staff_reg_text": "",
"staff_team_text": ""
},
{
"id": 1,
"name": "中部地区",
"odmode_text": "",
"seller_reg_text": "",
"staff_reg_text": "",
"staff_team_text": ""
}
]
}
}
最后修改时间: 1 年前