Administrator
2024-07-15 cf4df50c71235bfa6ee73776c556ee1f95ce6356
third_data/kpl_api.py
@@ -19,7 +19,7 @@
DABAN_TYPE_EVER_LIMIT_DOWN = 5
def __base_request(url, data, timeout=60):
def __base_request(url, data, timeout=10):
    DELEGATE = True
    if not DELEGATE:
        headers = {
@@ -258,4 +258,9 @@
if __name__ == "__main__":
    print(getLimitUpInfoNew())
    # getCodeBlocks("300198")
    data = (getMarketJingXuanRealRankingInfo())
    data=json.loads(data)
    print(len(data["list"]))
    # data = json.loads(getCodesByPlate("801235"))
    # print(data)