Administrator
8 days ago ff4092f79b634f0921283a15167a867e06a99add
1
2
3
4
5
6
7
8
9
10
package com.xcong.excoin.modules.okxNewPrice.zhanghu;
 
import com.xcong.excoin.modules.okxNewPrice.okxpi.config.Dto.QuantApiMessage;
 
 
public interface IApiMessageService{
 
    QuantApiMessage getApiMessage(String okx);
 
}