UNPKG

@daysnap/horn-jssdk

Version:

原生容器面向 H5 开发者提供的基于容器应用内的网页开发工具包

9 lines (8 loc) 198 B
import { call } from '../../core'; /** * 获取系统信息 */ export const getSystemInfo = (options) => call(Object.assign({}, options, { service: 'system', action: 'getSystemInfo', }));