mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-28 15:45: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 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 {
|
||||
response.sendRedirect(
|
||||
|
||||
Reference in New Issue
Block a user