登陆info

master
mengchengzhen 2021-06-07 18:15:55 +08:00
parent 30201a5b71
commit c313a16bc1
1 changed files with 4 additions and 1 deletions

View File

@ -117,7 +117,10 @@ public class GetUserController extends HttpServlet {
response.sendError(400, "platform is empety");
return;
}*/
LOGGER.info("the opendId = {},token={},platform={} admin=>{}",openId,token,platform,admin);
LOGGER.info("the opendId = {},token={},platform={} admin=>{} channel=>{}",openId,token,platform,admin,channel);
if(serviceMap == null){
LOGGER.info("serviceMap is null");
}
try {
//根据前端发过来的种类进行校验
boolean verify = serviceMap.get(channel).verify(response, request, admin, platform, pid, openId, token);