Commit a5528917 by han xu

身份验证增加更新功能

parent d2aa17e1
...@@ -130,6 +130,9 @@ public class ServiceBean { ...@@ -130,6 +130,9 @@ public class ServiceBean {
return identityUrl; return identityUrl;
} }
public void setIdentityBackUrl(String identityBackUrl){
this.identityBackUrl = identityBackUrl;
}
public String getIdentityBackUrl() { public String getIdentityBackUrl() {
return identityBackUrl; return identityBackUrl;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment