dashboard
repositories
filestore
activity
search
login
交易所
/
synthesize_trading-order-master
综合交易所
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
提币手续费
zyy
2025-11-26
c76d21afb6853938a8f743a9fbaad9b5855d19c6
[交易所/synthesize_trading-order-master.git]
/
trading-order-service
/
src
/
main
/
java
/
com
/
yami
/
trading
/
service
/
IdentifyingCodeTimeWindowService.java
1
2
3
4
5
6
7
8
9
10
package com.yami.trading.service;
public interface IdentifyingCodeTimeWindowService {
public String getAuthCode(String key);
public void putAuthCode(String key, String authcode);
public void delAuthCode(String key);
}