文件名称:apirouter:集成不同的api
文件大小:49KB
文件格式:ZIP
更新时间:2024-06-29 21:59:57
Java
apirouter integrate different apis 当前API接入格式: ##weather: 1. /weather/51wnl/q?city=杭州 51万年历提供的天气查询接口 2. /weather/zgtqw/zs/q?city=杭州 中国天气网提供的天气指数查询接口 3. /weather/zgtqw/sk/q?city=杭州 中国天气网提供的天气实况查询接口 ##train: 1. /train/juhe/* 暂时直接使用juhe, url后缀直接转发( ) 2. /train/tieyou/s2s/q?from=杭州&to=北京&date=20150131 根据起点、终点及日期查询火车 3. /train/tieyou/checi/q?date=20150131&checi=K982 根据日期及车次号查询详细信息 ##flight: 1.
【文件预览】:
apirouter-master
----.gitignore(344B)
----data()
--------WeatherCityCode.txt(45KB)
----src()
--------main()
----mappings()
--------map_to_xml_getweatherbycityname_.grf(4KB)
----mule-project.xml(357B)
----README.md(896B)