微信小程序API撥打電話,wx.makePhoneCall撥打電話
2017-12-22
導(dǎo)讀:wx.makePhoneCall(OBJECT) OBJECT參數(shù)說明: 參數(shù) 類型 必填 說明 phoneNumber String 是 需要撥打的電話號(hào)碼 success Function 否 接口調(diào)用成功的回調(diào) fail Function 否 接口調(diào)用失敗的回調(diào)函數(shù) complete Func...
wx.makePhoneCall(OBJECT)
OBJECT參數(shù)說明:
參數(shù) | 類型 | 必填 | 說明 |
---|---|---|---|
phoneNumber | String | 是 | 需要撥打的電話號(hào)碼 |
success | Function | 否 | 接口調(diào)用成功的回調(diào) |
fail | Function | 否 | 接口調(diào)用失敗的回調(diào)函數(shù) |
complete | Function | 否 | 接口調(diào)用結(jié)束的回調(diào)函數(shù)(調(diào)用成功、失敗都會(huì)執(zhí)行) |
示例代碼:
wx.makePhoneCall({
phoneNumber: '1340000' //僅為示例,并非真實(shí)的電話號(hào)碼
})
更多微信小程序開發(fā)教程,可以關(guān)注hi小程序。
第二部分:如何開通一個(gè)小商店
您可能感興趣: