@@ -480,7 +480,7 @@ public class ServiceCodeConstant {
*/
public static final String UPDATE_APPUSERBINDINGOWNER = "owner.updateAppUserBindingOwner";
public static final String DELETE_APPUSERBINDINGOWNER = "owner.deleteAppUserBindingOwner";
- public static final String REFRESH_APP_USER_BINDING_OWNER_TOKEN = "owner.refreshAppUserBindingOwnerToken";
+ public static final String REFRESH_APP_USER_BINDING_OWNER_OPEN_ID = "owner.refreshAppUserBindingOwnerOpenId";
@@ -75,7 +75,7 @@ public class RefreshAppUserBindingOwnerOpenIdListener extends AbstractServiceApi
@Override
public String getServiceCode() {
- return ServiceCodeConstant.REFRESH_APP_USER_BINDING_OWNER_TOKEN;
+ return ServiceCodeConstant.REFRESH_APP_USER_BINDING_OWNER_OPEN_ID;
}
@@ -361,7 +361,7 @@ public class OwnerAppLoginSMOImpl extends AppAbstractComponentSMO implements IOw
"", "", "", "",
pd.getAppId());
responseEntity = this.callCenterService(restTemplate, pd, userOwnerInfo.toJSONString(),
- ServiceConstant.SERVICE_API_URL + "/api/owner.refreshAppUserBindingOwnerToken", HttpMethod.POST);
+ ServiceConstant.SERVICE_API_URL + "/api/owner.refreshAppUserBindingOwnerOpenId", HttpMethod.POST);
if (responseEntity.getStatusCode() != HttpStatus.OK) {
return responseEntity;