修改接口,搅拌楼部署

This commit is contained in:
xiongyi
2026-01-27 17:25:30 +08:00
parent f8ee2b9ff6
commit cc79cd11bf
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ class APIClient:
self.login_url = f"{BASE_URL}/api/user/perlogin"
self.mould_info_url = f"{BASE_URL}/api/ext/mould/last_artifact?mouldCode=SHR2B1-9"
self.task_info_url = f"{BASE_URL}/api/ext/artifact/task"
self.not_pour_info_url = f"{BASE_URL}/api/ext/artifact/not_pour"
self.not_pour_info_url =f"{BASE_URL}/api/ext/mould/not_pour_rfid" #f"{BASE_URL}/api/ext/artifact/not_pour"#调试修改
self.app_id = None
def hash_password(self, password):