feat:修改密码
This commit is contained in:
@@ -103,7 +103,7 @@ public class PushServiceImpl implements PushService {
|
||||
}
|
||||
|
||||
private Boolean modifyXGJPassword(ModifyPasswordDTO dto) {
|
||||
String apiUrl = xgjUrl + "XXX";
|
||||
String apiUrl = xgjUrl + "/open/updateStorePassword";
|
||||
return executeApiCall(apiUrl, dto, Boolean.class, xgjUsername, xgjSecret);
|
||||
}
|
||||
|
||||
@@ -116,7 +116,7 @@ public class PushServiceImpl implements PushService {
|
||||
@Override
|
||||
public Boolean modifyDownstreamSystem(ModifyPasswordDTO modifyPasswordDTO) {
|
||||
this.modifyPosPassword(modifyPasswordDTO);
|
||||
//this.modifyXGJPassword(modifyPasswordDTO);
|
||||
this.modifyXGJPassword(modifyPasswordDTO);
|
||||
return Boolean.TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user