Interface ChineseSmsService

All Known Implementing Classes:
DefaultChineseSmsService

public interface ChineseSmsService
SMS service.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendMsg(String mobileNumber, String msg)
    Send a message to a mobile.
  • Method Details

    • sendMsg

      void sendMsg(String mobileNumber, String msg)
      Send a message to a mobile.
      Parameters:
      mobileNumber - The target mobile number.
      msg - The message to be sent.