rev:url修改

This commit is contained in:
2024-11-13 14:29:46 +08:00
parent 53d634a24e
commit 34ea36fc8e
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ import java.util.List;
*/ */
@RestController @RestController
@RequestMapping("/api/mes") @RequestMapping("/api")
@Slf4j @Slf4j
@SaIgnore @SaIgnore
public class MesToWmsController { public class MesToWmsController {

View File

@@ -73,8 +73,8 @@ public class WmsToMesServiceImpl implements WmsToMesService {
// 获取mesurl // 获取mesurl
String url = iSysParamService.findByCode("MES_URL").getValue(); String url = iSysParamService.findByCode("MES_URL").getValue();
String api = "CamstarApi/LMSUnPackage"; // String api = "CamstarApi/LMSUnPackage";
url = url + api; // url = url + api;
try { try {
String resultMsg = HttpRequest.post(url) String resultMsg = HttpRequest.post(url)