临时工作进度

This commit is contained in:
2025-11-16 04:26:20 +08:00
parent edcbfd4ffd
commit bf29e34d2e
8 changed files with 114 additions and 62 deletions

View File

@@ -1,8 +1,7 @@
package quant.rich;
package quant.rich.emoney;
import org.junit.jupiter.api.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@@ -11,13 +10,8 @@ import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
import lombok.extern.slf4j.Slf4j;
import nano.CandleStickNewWithIndexExResponse.CandleStickNewWithIndexEx_Response;
import nano.CandleStickRequest.CandleStick_Request;
import nano.CandleStickWithIndexRequest.CandleStickWithIndex_Request;
import nano.CandleStickWithIndexRequest.CandleStickWithIndex_Request.IndexInfo;
import nano.StrategyMarkRequest.StrategyMark_Request;
import nano.StrategyMarkResponse.StrategyMark_Response;
import quant.rich.emoney.EmoneyAutoApplication;
import quant.rich.emoney.client.EmoneyClient;
@@ -30,7 +24,6 @@ class EmoneyStrategyMarkTests {
@Test
void contextLoads() {
EmoneyClient.relogin();
StrategyMark_Request request = new StrategyMark_Request();
request.setGoodsId(600325);