diff --git a/src/main/java/com/ljsd/controller/GetServerListController.java b/src/main/java/com/ljsd/controller/GetServerListController.java index 858a55e..c71aa45 100644 --- a/src/main/java/com/ljsd/controller/GetServerListController.java +++ b/src/main/java/com/ljsd/controller/GetServerListController.java @@ -47,6 +47,9 @@ public class GetServerListController extends HttpServlet { String sub_channel = request.getParameter("sub_channel"); String server_version = request.getParameter("server_version"); String plat = request.getParameter("plat"); + if(channel.equals("QUICK2")){ + channel ="QUICK"; + } if (StringUtils.checkIsEmpty(openId) || StringUtils.checkIsEmpty(channel) || StringUtils.checkIsEmpty(sub_channel) || StringUtils.checkIsEmpty(plat) || StringUtils.checkIsEmpty(server_version)) { response.sendError(400, "parm is wrong");