getAppWeatherInfo 获取天气信息
摘要:getAppWeatherInfo ^7.8 获取天气信息 #请求参数 Prop Type Default Comment isNeedRefresh Boolean N/A 是否需要APP刷新数据,默认是否 #接口调用示例 const params = { isNeedRefresh: true,
阅读全文
posted @
2024-12-17 09:32
AtlasLapetos
阅读(7)
推荐(0) 编辑
getWeatherInfo 获取指定城市的天气信息
摘要:getWeatherInfo ^7.8 获取指定城市的天气信息 #请求参数 Prop Type Default Comment cityNo String N/A 位置信息 #接口调用示例 const params = { "cityNo": "位置信息" } this.$bridge .getWe
阅读全文
posted @
2024-12-17 09:32
AtlasLapetos
阅读(4)
推荐(0) 编辑