|
|
@@ -209,8 +209,8 @@ public class EnterpriseServiceImpl implements EnterpriseService {
|
|
|
private void updateManagePassword(Long enUU, String password) {
|
|
|
try {
|
|
|
Response response = HttpUtil.sendPostRequest(
|
|
|
- EnterpriseController.MANAGE_HOST + "enterprise/password?enUU=" + enUU + "&password=" + password,
|
|
|
- null);
|
|
|
+ EnterpriseController.MANAGE_HOST + "public/enterprise/password?enUU=" + enUU + "&password=" + password,
|
|
|
+ null, true);
|
|
|
if (response.getStatusCode() != HttpStatus.OK.value())
|
|
|
throw new IllegalOperatorException(response.getResponseText());
|
|
|
} catch (Exception e) {
|