dashboard
repositories
filestore
activity
search
login
交易所
/
synthesize_trading-order-master
综合交易所
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
zj
11 hours ago
f658569891db433854221b80f0a9fa99608cff64
[交易所/synthesize_trading-order-master.git]
/
trading-order-service
/
src
/
main
/
java
/
com
/
yami
/
trading
/
service
/
IdentifyingCodeService.java
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);
}