generated from root/miduo_server
log
parent
449b7957fe
commit
7b5aebf42e
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue