This commit is contained in:
xuzhiheng
2025-07-03 13:50:22 +08:00
parent f2241efc68
commit c07ca22d29
5 changed files with 74 additions and 22 deletions

View File

@@ -113,7 +113,7 @@ public class ExecuteOperation extends BaseService{
String time = now.format(formatter);
// RequestB2 b2 = buildCommand(operation, orderId, taskKey);
BaseRequestTo baseRequestTo = new BaseRequestTo(2, "OPENTCS", "KC-CTRL", serialNum, time, data);
BaseRequestTo baseRequestTo = new BaseRequestTo(3, "OPENTCS", "KC-CTRL", serialNum, time, data);
HttpClient httpClient = new HttpClient();
httpClient.sendCommand(url, baseRequestTo);