fix: api错误
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user