修正接口故障时程序报错的问题

This commit is contained in:
xiongyi
2025-11-18 10:17:39 +08:00
parent 3a746eddb7
commit b40bc9e067
4 changed files with 157 additions and 82 deletions

View File

@ -27,7 +27,7 @@ TCP_HOST = '127.0.0.1'
TCP_PORT = 8888
# 新增TCP客户端配置
TCP_CLIENT_HOST = '192.168.1.100'
TCP_CLIENT_HOST = '10.6.242.150'
TCP_CLIENT_PORT = 8889
# 其他配置