人员定位测试

pull/14/head
dearlin 2024-01-15 11:10:09 +08:00
parent 10ae5aabea
commit 8439ee07b2
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,10 @@ import javax.annotation.Resource;
public class PerLocUtil { public class PerLocUtil {
// @Value("${perLoc.url}") // @Value("${perLoc.url}")
public static String perLocUrl = "http://172.16.130.86/gateway-service"; // 线上地址
// public static String perLocUrl = "http://172.16.130.86/gateway-service";
// 线上外网映射
public static String perLocUrl = "http://221.195.199.13:7811/gateway-service";
// @Value("${perLoc.userName}") // @Value("${perLoc.userName}")
// private String userName; // private String userName;
// @Value("${perLoc.pwd}") // @Value("${perLoc.pwd}")