zyy
2025-12-23 e0c284c3f848e6e528d2f6e63c4da1148471048a
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,String userId);
}