generated from root/miduo_server
增加027日志
parent
3d9e98ecd5
commit
659393601e
|
@ -280,7 +280,7 @@ public class GetUserController extends HttpServlet {
|
|||
String pid = request.getParameter("pid");
|
||||
String channel = request.getParameter("channel");
|
||||
String sub_channel = request.getParameter("sub_channel");
|
||||
LOGGER.info("the opendId = {},token={},platform={} admin=>{} channel=>{} sub_channel={}",openId,token,platform,admin,channel,sub_channel);
|
||||
LOGGER.info("the 027 get opendId = {},token={},platform={} admin=>{} channel=>{} sub_channel={}",openId,token,platform,admin,channel,sub_channel);
|
||||
try {
|
||||
//根据前端发过来的种类进行校验
|
||||
if(channel==null|| channel.isEmpty()){
|
||||
|
|
Loading…
Reference in New Issue