1.5.1 • Published 2 years ago
@wii/tourism-service-user v1.5.1
C 端用户 SDK
安装
npm i @wii/tourism-service-user
使用
import User from '@wii/tourism-service-user';
const user = new User({
platform: 'mini', // 运行平台
host: 'https://[GW_DOMAIN]', // 网关地址
});