|
|
@ -467,12 +467,12 @@ public class WcsApiServiceImpl implements WcsApiService { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Long logId = null; |
|
|
Long logId = null; |
|
|
String url = wcsUrl+"warehouseAskStation"; |
|
|
|
|
|
|
|
|
String url = wcsApi+"agv/getAvailableInboundStation"; |
|
|
try { |
|
|
try { |
|
|
// 记录接口调用日志 |
|
|
// 记录接口调用日志 |
|
|
String requestJson = JSONObject.toJSONString(request); |
|
|
String requestJson = JSONObject.toJSONString(request); |
|
|
logId = interfaceCallLogService.logInterfaceCall( |
|
|
logId = interfaceCallLogService.logInterfaceCall( |
|
|
"warehouseAskStation", |
|
|
|
|
|
|
|
|
"getAvailableInboundStation", |
|
|
"询问入库站点", |
|
|
"询问入库站点", |
|
|
requestJson, |
|
|
requestJson, |
|
|
"55", |
|
|
"55", |
|
|
|