ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
### ## 接口名称 `Area/areaList` ### 接口描述 添加用户标签 ### 演示地址 `http://URL/Area/areaList` ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (int)pid (选填,默认返回市级列表,输入表示返回指定pid下的 子地区列表) ~~~ ### 输出结果 ~~~ 成功 { "status": 1, "list": [ { "area_id": "110100", "title": "北京市", "pid": "110000", "sort": "1", "is_open": "0" }, { "area_id": "610400", "title": "咸阳市", "pid": "610000", "sort": "4", "is_open": "0" } ] } 失败 { "status": 0, "list": "[]" } ~~~ 、、