클릭 한 번으로 전화 거는 방법
애플릿은 다음과 같습니다.
wx.makePhoneCall({
phoneNumber: 전화를 걸 전화번호,
success: function () {
console.log("통화 성공")
}
})
Alipay 애플릿은 이렇게 작성할 수 있습니다. WeChat 애플릿도 비슷해야 합니다
애플릿은 다음과 같습니다.
wx.makePhoneCall({
phoneNumber: 전화를 걸 전화번호,
success: function () {
console.log("통화 성공")
}
})
Alipay 애플릿은 이렇게 작성할 수 있습니다. WeChat 애플릿도 비슷해야 합니다