设备拨打电话On this page拨打电话makePhoneCall参数说明属性类型默认值是否必填描述phoneNumberstring[]是本地图片地址数组successfunction是接口调用成功的回调函数failfunction否接口调用失败的回调函数completefunction否接口调用结束的回调函数(调用成功、失败都会执行)示例代码dsBridge.call( 'makePhoneCall', { phoneNumber: '15159718297', success (res) { // 参照返回结果示例 console.log(JSON.stringify(res)) } })