Skip to content

Sms

sendSms

TIP

The API usage is as follows: wx.sendSms(Object object)

  • Functional description: Pull up the mobile phone to send text messages interface
  • Parameters and descriptions: Object object。
    PropertiesTypeDefault valueRequiredDescription
    phoneNumberstring-NoHand pre-filled in the send SMS panel
    contentstring-NoContent pre-filled in the send SMS panel
    successFunction-NoCallback function for successful interface call
    failFunction-NoCallback function for failed interface call
    completeFunction-NoCallback function for interface call completion (executed regardless of success or failure)