1.1.0 • Published 3 years ago
@wii/tourism-service-weather v1.1.0
天气服务 SDK
安装
npm i @wii/tourism-service-weather使用
import Weather from '@wii/tourism-service-weather';
const weather = new Weather({
platform: 'mini', // 运行平台
host: 'https://[GW_DOMAIN]', // 网关地址
});