update result page

This commit is contained in:
Sola
2015-12-10 14:29:00 +08:00
parent aa042bbd6c
commit d852424123
6 changed files with 8 additions and 13 deletions

View File

@@ -3,6 +3,8 @@ package love.sola.netsupport.util;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import static love.sola.netsupport.config.Lang.lang;
/**
* ***********************************************
* Created by Sola on 2015/12/6.
@@ -11,7 +13,7 @@ import java.io.IOException;
*/
public class Redirect {
public static final String REDIRECT_PAGE = "http://topaz.sinaapp.com/nm/result.html";
public static final String REDIRECT_PAGE = lang("RESULT_PAGE");
public static void message(HttpServletResponse response, int type, String message) throws IOException {
response.sendRedirect(

View File

@@ -40,6 +40,7 @@ Submit_Desc: "在网维工作人员上门解决您的问题之前,您可以尝
User_Register_Link: "您尚未进行微信绑定, 请<a href=\"http://topaz.sinaapp.com/nm/v1/reg.php?wechatid={0}\">点击这里</a>进行微信绑定操作。"
User_Query_Link: 'http://topaz.sinaapp.com/nm/v1/query.php?wechatid={0}'
User_Submit_Link: 'http://topaz.sinaapp.com/nm/v1/submit.php?wechatid={0}'
Result_Page: 'http://topaz.sinaapp.com/nm/v1/result.html'
#Localized
#Status