新版仿ok交易所-后端
BUG
peter
2025-09-06 b865e7f64ad0a1edf9b795c0e66a1ba13b0d6aca
1
2
3
4
5
6
7
8
9
10
11
package com.yami.trading.service;
 
public interface IdentifyingCodeService {
 
    /**
     *
     * @param target 邮件或手机号
     * @param ip     会根据发送频率封ip
     */
    public void send(String target, String ip);
}