|
|
@@ -35,7 +35,7 @@ public class AiUserViolationUtils {
|
|
|
private final LifeMessageMapper lifeMessageMapper;
|
|
|
|
|
|
// @Value("${third-party-login.base-url:http://192.168.2.250:9000/ai/user-auth-core/api/v1/auth/login}")
|
|
|
- private String loginUrl = "http://192.168.2.78:9000/ai/user-auth-core/api/v1/auth/login";
|
|
|
+ private String loginUrl = "http://192.168.2.250:9000/ai/user-auth-core/api/v1/auth/login";
|
|
|
|
|
|
@Value("${third-party-user-name.base-url:UdUser}")
|
|
|
private String userName;
|
|
|
@@ -43,7 +43,7 @@ public class AiUserViolationUtils {
|
|
|
@Value("${third-party-pass-word.base-url:123456}")
|
|
|
private String passWord;
|
|
|
|
|
|
- private String userComplaintRecordUrl = "http://192.168.2.78:9000/ai/auto-review/api/v1/user_complaint_record/submit";
|
|
|
+ private String userComplaintRecordUrl = "http://192.168.2.250:9000/ai/auto-review/api/v1/user_complaint_record/submit";
|
|
|
|
|
|
|
|
|
/**
|