XMTT 7 vuotta sitten
vanhempi
commit
5206534fc9

+ 1 - 1
src/main/java/com/ekexiu/portal/platform/PlatformService.java

177
	}
177
	}
178

178

179
	@SetCookie(checkResultNull = true, path = "/", value = { "plf_user=result.getId()", "plf_email=result.getEmail()",
179
	@SetCookie(checkResultNull = true, path = "/", value = { "plf_user=result.getId()", "plf_email=result.getEmail()",
180
			"plf_logo=result.getLogo()==null?\"\":result.getLogo()"})
180
			"plf_logo=result.getLogo()==null?\"\":result.getLogo()" , "plf_name=result.getName()==null?\"\":java.net.URLEncoder.encode(result.getName(),\"utf-8\")"})
181
	@Post
181
	@Post
182
	@Path("/login")
182
	@Path("/login")
183
	public LoginUserInfo login(@JdbcConn Connection con, String email, String pw) throws JfwBaseException, SQLException {
183
	public LoginUserInfo login(@JdbcConn Connection con, String email, String pw) throws JfwBaseException, SQLException {