新版仿ok交易所-后端
1
zyy
2026-03-09 4164ba59cb88d33b191f42d3bef122f6f7af6312
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.yami.trading.service;
 
import java.io.IOException;
 
public interface IdentifyingCodeService {
 
    /**
     *
     * @param target 邮件或手机号
     * @param ip     会根据发送频率封ip
     */
    public void send(String target, String ip) throws IOException;
}