Commit 486b105a authored by jiaorz's avatar jiaorz

验证码图片问题

parent 3b57799a
......@@ -67,7 +67,7 @@ public class AppAuthServiceImpl implements AuthService {
}
@Override
public JSONObject sendsms(String username, Integer type, String pointList) throws Exception {
pointList = pointList == null ? "" : pointList;
pointList = pointList == null ? " " : 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