Class DefaultChineseSmsService

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void sendMsg​(java.lang.String mobileNumber, java.lang.String msg)
      Here is an empty implementation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultChineseSmsService

        public DefaultChineseSmsService()
    • Method Detail

      • sendMsg

        public void sendMsg​(java.lang.String mobileNumber,
                            java.lang.String msg)
        Here is an empty implementation.
        Specified by:
        sendMsg in interface ChineseSmsService
        Parameters:
        mobileNumber - The target mobile number.
        msg - The message to be sent.