修改尾数控制和状态监控逻辑

This commit is contained in:
xiongyi
2025-11-04 15:15:02 +08:00
parent 6cf3825214
commit 084cf0ac52
3 changed files with 40 additions and 43 deletions

View File

@ -14,7 +14,7 @@ BASE_URL = "https://www.shnthy.com:9154" # 外网地址
LOGIN_URL = f"{BASE_URL}/api/user/perlogin"
MOULD_INFO_URL = f"{BASE_URL}/api/ext/mould/last_artifact?mouldCode=SHR2B1-9"
TASK_INFO_URL = f"{BASE_URL}/api/ext/artifact/task"
NOT_POUR_INFO_URL = f"{BASE_URL}/api/ext/artifact/not_pour" # 新增接口
NOT_POUR_INFO_URL = f"{BASE_URL}/api/ext/artifact/not_pour"
# 登录参数
LOGIN_DATA = {