Explorar el Código

币安 交易交易所 新增接口

hl hace 1 año
padre
commit
8b8066040d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      derive/tests/gate_swap_export_test.rs

+ 1 - 1
derive/tests/gate_swap_export_test.rs

@@ -5,7 +5,7 @@ use derive::export_excel::ExportEnum;
 use crate::export_excel_test::test_new_export;
 
 
-const SYMBOL: &str = "TIA_USDT";
+const SYMBOL: &str = "XRP_USDT";
 
 // 测试获取Exchange实体
 #[tokio::test]