admin
2024-07-05 3ef188e6075649f4c72e3e7588d8966e1071f2ff
common/NetworkApi.h
@@ -218,8 +218,16 @@
    static string repaire_task();
    
    // 同步自由流通量
    static string sync_zylt_volume();
    
    // 获取今日已经更新的自由流通量的数量
    static string get_today_updated_zylt_volume_count();
    // 同步历史K线数据
    static string sync_history_k_bars();
    // 获取今日已经更新的K线的数据
    static string get_today_updated_history_k_bars_count();
};