All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hn.sms.Sms Maven / Gradle / Ivy

There is a newer version: 1.0.18
Show newest version
package com.hn.sms;

public interface Sms {
    /**
     *  发送短信
     * @param phone 手机号
     * @param code 短信验证码
     * @return {boolean}
     */
    boolean send(String phone, String code);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy