Options

参数名称 类型 含义 是否必填 默认值 备注
platform Object 各平台之间的转换 { from:’’, to:’’ } 使用 mpx 脚手架配置会自动进行转换,无需配置
exclude Array(String) 跨平台时不需要转换的 api -
usePromise Boolean 是否将 api 转化为 promise 格式使用 false -
whiteList Array(String) 强行转化为 promise 格式的 api [] 需要 usePromise 设为 true