Commit bd2d82b1 authored by caicaicai's avatar caicaicai

修改

parent c965b260
......@@ -1721,6 +1721,14 @@ var HttpReq = function(){
params:param,
})
},
//大屏——数据总览——获取天气
getWeatherInforQuery: function(param){
return request({
url: 'http://wthrcdn.etouch.cn/weather_mini?city=济南',
method: 'get',
params:param,
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment