master
xuexinpeng 2021-12-02 16:56:38 +08:00
parent 449b7957fe
commit 7b5aebf42e
1 changed files with 3 additions and 3 deletions

View File

@ -50,12 +50,12 @@ public class GetServerListController extends HttpServlet {
String sub_channel = request.getParameter("sub_channel");
String server_version = request.getParameter("server_version");
String plat = request.getParameter("plat");
LOGGER.error("channel0"+channel);
LOGGER.info("channel0={}",channel);
if(channel.equals("QUICK2")){
channel ="QUICK";
LOGGER.error("channel1"+channel);
LOGGER.info("channel1={}",channel);
}
LOGGER.error("channel2"+channel);
LOGGER.info("channel2={}",channel);
if (StringUtils.checkIsEmpty(openId) || StringUtils.checkIsEmpty(channel) ||
StringUtils.checkIsEmpty(sub_channel) || StringUtils.checkIsEmpty(plat) || StringUtils.checkIsEmpty(server_version)) {
response.sendError(400, "parm is wrong");