增加027日志

master
DESKTOP-C3M45P4\dengdan 2024-09-11 20:33:33 +08:00
parent 3d9e98ecd5
commit 659393601e
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ public class GetUserController extends HttpServlet {
String pid = request.getParameter("pid"); String pid = request.getParameter("pid");
String channel = request.getParameter("channel"); String channel = request.getParameter("channel");
String sub_channel = request.getParameter("sub_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 { try {
//根据前端发过来的种类进行校验 //根据前端发过来的种类进行校验
if(channel==null|| channel.isEmpty()){ if(channel==null|| channel.isEmpty()){