third_data/history_k_data_util.py
@@ -122,9 +122,9 @@ def get_juejin_code_list_with_prefix(cls, codes): list = [] for d in codes: if d[0:2] == '00': if tool.is_sz_code(d): list.append("SZSE.{}".format(d)) elif d[0:2] == '60': elif tool.is_sh_code(d): list.append("SHSE.{}".format(d)) return list