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

com.haoxuer.discover.plug.data.service.CodeService Maven / Gradle / Ivy

There is a newer version: 3.3.18-20230117
Show newest version
package com.haoxuer.discover.plug.data.service;

import com.haoxuer.discover.rest.base.ResponseObject;

import java.util.Map;

public interface CodeService {

  /**
   * 发送验证码
   *
   * @param code
   * @param template
   * @param phone
   * @return
   */
  boolean sendCode(String code, String template, String phone);

  /**
   * 发送短信
   *
   * @param params
   * @return
   */
  ResponseObject sendCode(Map params);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy