fix: api错误

This commit is contained in:
2024-06-27 15:19:36 +08:00
parent 590e7ec713
commit c9c93cd2cc

View File

@@ -469,7 +469,7 @@ public class WmsToAcsServiceImpl implements WmsToAcsService {
@Override
public JSONObject getTubeMsg(JSONObject whereJson) {
String api = "api/wms/getTubeMes";
String api = "api/wms/getTubeMsg";
JSONArray arr = new JSONArray();
arr.add(whereJson);
return AcsUtil.notifyAcs(api, arr);