Commit 8277bc45 authored by zhengjiangtao's avatar zhengjiangtao

fix bug

parent a91be29b
......@@ -443,7 +443,7 @@ public class RemoteSecurityService {
}
public JSONObject loginFromApp(String userName, String password) {
public JSONObject loginFromApp(String userName, String password) throws InnerInvokException {
IdPasswordAuthModel dPasswordAuthModel=new IdPasswordAuthModel();
......@@ -507,7 +507,7 @@ public class RemoteSecurityService {
}
public boolean editPassword(String toke,String product,String appKey,String userId, String oldPassword, String newPassword) {
public boolean editPassword(String toke,String product,String appKey,String userId, String oldPassword, String newPassword) throws InnerInvokException {
boolean flag=false;
RequestContext.setToken(toke);
......
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 to comment