💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 获得当天城市天气预警 ~~~[api] get:/weather/alarm *code#城市代码,来源根据区县列表获得对应code <<< success { "code": 1, "msg": "返回信息", "data": { 'title': "预警标题", 'time': 预警时间, 'tip': "预警内容", 'level': "预警等级", 'warning': '预警说明' }, "time": "当前时间" } <<< error ~~~