Commit d4952f31 by Jony.L

隐藏购买时暴露的服务器ip

parent 1ec5b03e
...@@ -88,7 +88,6 @@ public class AppResourceSkuController { ...@@ -88,7 +88,6 @@ public class AppResourceSkuController {
respVO.setGpu(spu.getGpu()); respVO.setGpu(spu.getGpu());
respVO.setRam(spu.getRam()); respVO.setRam(spu.getRam());
respVO.setStorage(spu.getStorage()); respVO.setStorage(spu.getStorage());
respVO.setIp(spu.getIp());
respVO.setLocation(spu.getLocation()); respVO.setLocation(spu.getLocation());
return respVO; return respVO;
......
...@@ -35,9 +35,7 @@ public class AppResourceSkuRespVO { ...@@ -35,9 +35,7 @@ public class AppResourceSkuRespVO {
@Schema(description = "存储配置", example = "2TB NVMe SSD") @Schema(description = "存储配置", example = "2TB NVMe SSD")
private String storage; private String storage;
@Schema(description = "服务器IP", example = "192.168.1.100")
private String ip;
@Schema(description = "服务器所在地", example = "深圳") @Schema(description = "服务器所在地", example = "深圳")
private String location; private String location;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment