generated from root/miduo_server
test
parent
7b5aebf42e
commit
43535f9f1b
|
@ -53,7 +53,7 @@ public class GetServerListController extends HttpServlet {
|
||||||
LOGGER.info("channel0={}",channel);
|
LOGGER.info("channel0={}",channel);
|
||||||
if(channel.equals("QUICK2")){
|
if(channel.equals("QUICK2")){
|
||||||
channel ="QUICK";
|
channel ="QUICK";
|
||||||
LOGGER.info("channel1={}",channel);
|
LOGGER.info("=======> channel1={}",channel);
|
||||||
}
|
}
|
||||||
LOGGER.info("channel2={}",channel);
|
LOGGER.info("channel2={}",channel);
|
||||||
if (StringUtils.checkIsEmpty(openId) || StringUtils.checkIsEmpty(channel) ||
|
if (StringUtils.checkIsEmpty(openId) || StringUtils.checkIsEmpty(channel) ||
|
||||||
|
|
Loading…
Reference in New Issue