Administrator
2025-12-15 f995b6477c4d3da56e37e8f718ae7f7e8c0fd00d
1
2
3
4
5
6
7
8
9
package com.xcong.excoin.modules.okxNewPrice.celue;
 
/**
 * @author Administrator
 */
public interface CaoZuoService {
 
    String caoZuo(String accountName);
}