How to make a call with one click
The applet is like this:
The Alipay applet can be written like this. The WeChat applet should be similar
The applet is like this:
##wx.makePhoneCall({phoneNumber: the phone number to be dialed,success: function () {console.log("Call successfully")}})The Alipay applet can be written like this. The WeChat applet should be similar