Administrator
2024-03-13 02c91a4afceca47e22ffaef219ecaff1004f179c
third_data/kpl_api.py
@@ -213,6 +213,7 @@
    blocks = []
    try:
        _bks = __getConceptJXBK(code)
        print(_bks)
        if _bks:
            blocks.extend(_bks)
    except:
@@ -220,6 +221,7 @@
    try:
        _bks = __getConceptBK(code)
        print(_bks)
        if _bks:
            blocks.extend(_bks)
    except:
@@ -259,4 +261,4 @@
if __name__ == "__main__":
    print(getCodeBlocks("600822"))
    print(getCodeBlocks("002350"))