UNPKG

@tslsmart/magic-applet

Version:

特斯联移动端统一接口,抹平h5和wgt的差异

11 lines (10 loc) 289 B
import { action } from './action'; import { DEFAULT_TARGET } from '../constant'; export const openDoor = (config) => { const { targetUrl, info } = config; return action({ actionType: 'openDoor', targetUrl: targetUrl || DEFAULT_TARGET, data: info }); };