1.6.0 • Published 2 years ago

@wii/tourism-service v1.6.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

游客服务 SDK

安装

npm i @wii/tourism-service

使用

import TourismService from '@wii/tourism-service';

const tourismService = new TourismService({
  platform: 'mini', // 运行平台
  host: 'https://[GW_DOMAIN]', // 网关地址
});

// 使用子模块
tourismService.cms.getConfig();