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
@RequestMapping("/api/mes")
@RequestMapping("/api")
@Slf4j
@SaIgnore
public class MesToWmsController {

View File

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