💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### ## 接口名称 Store/serviceArea ### 接口描述 按照糖果排名 推荐达人列表 ### 演示地址 `http://URL/Store/serviceArea` ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) ~~~ ### 输出结果 ~~~ 成功 { "status": 1, "list": [ { "area_id": "110000", "title": "北京市", "pid": "0", "sort": "1", "is_open": "1" }, { "area_id": "310000", "title": "上海市", "pid": "0", "sort": "9", "is_open": "1" } ] } ~~~ ### 其他说明 ~~~ ~~~