fix:newcode端口

This commit is contained in:
zhangzq
2025-06-30 10:33:04 +08:00
parent f78b2a76df
commit 0af5ee4292

View File

@@ -28,7 +28,7 @@ public class CodeUtil {
String flag = "1";
HashMap<String, String> map = new HashMap<>();
map.put("flag", flag);
String code = HttpUtil.get("http://127.0.0.1:8013/api/codeDetail/getNewCode?code=" + ruleCode + "&flag=" + flag);
String code = HttpUtil.get("http://127.0.0.1:8011/api/codeDetail/getNewCode?code=" + ruleCode + "&flag=" + flag);
if (code.contains("status")){
throw new BadRequestException(code);
}