| | |
| | | import requests |
| | | |
| | | import constant |
| | | from log_module.log import logger_common |
| | | from log_module.log import logger_common, logger_kpl_jingxuan_in |
| | | # import requests |
| | | from strategy import data_cache |
| | | from strategy import basic_methods |
| | |
| | | def get_market_sift_plate_its_stock_power(): |
| | | data = (getMarketJingXuanRealRankingInfo()) |
| | | market_sift_plate = json.loads(data) |
| | | # logger_kpl_jingxuan_in 打印的日志专用于开盘了数据的存储分析,不能轻易删除 |
| | | logger_kpl_jingxuan_in.info(f"{market_sift_plate}") |
| | | # print(f"market_sift_plate 数 ======{len(market_sift_plate['list'])}") |
| | | # logger.info(f"market_sift_plate['list']======{market_sift_plate['list']}") |
| | | # logger.info(f"market_sift_plate['list'][0] ======{market_sift_plate['list'][0]}") |