UNPKG

@tslsmart/magic-applet

Version:

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

13 lines (12 loc) 258 B
import { action } from './action'; export const toScan = (config) => { const { targetUrl, fail } = config; action({ actionType: 'scan', targetUrl }).catch((err) => { if (fail) { fail(err); } }); };