mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-28 23:55:04 +08:00
fix result page
This commit is contained in:
@@ -13,7 +13,7 @@ import static love.sola.netsupport.config.Lang.lang;
|
|||||||
*/
|
*/
|
||||||
public class Redirect {
|
public class Redirect {
|
||||||
|
|
||||||
public static final String REDIRECT_PAGE = lang("RESULT_PAGE");
|
public static final String REDIRECT_PAGE = lang("Result_Page");
|
||||||
|
|
||||||
public static void message(HttpServletResponse response, int type, String message) throws IOException {
|
public static void message(HttpServletResponse response, int type, String message) throws IOException {
|
||||||
response.sendRedirect(
|
response.sendRedirect(
|
||||||
|
|||||||
Reference in New Issue
Block a user