Commit 3b57799a authored by jiaorz's avatar jiaorz

Merge branch 'master-captcha-branch' into dev

parents 604b9e94 5627e09b
...@@ -67,6 +67,7 @@ public class AppAuthServiceImpl implements AuthService { ...@@ -67,6 +67,7 @@ public class AppAuthServiceImpl implements AuthService {
} }
@Override @Override
public JSONObject sendsms(String username, Integer type, String pointList) throws Exception { public JSONObject sendsms(String username, Integer type, String pointList) throws Exception {
pointList = pointList == null ? "" : pointList;
return userService.sendsms(username,type,pointList); return userService.sendsms(username,type,pointList);
} }
......
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