websocket接口自动化的封装
摘要:
import time,logging import websocket class WebSocketCli: def __init__(self): self.ws = websocket.create_connection("ws://testws.111.com/",timeout=30) 阅读全文
posted @ 2021-03-11 10:59 老吃鸡 阅读(497) 评论(2) 推荐(0) 编辑