修改尾数控制和状态监控逻辑
This commit is contained in:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user