xuexinpeng 2021-06-08 18:16:05 +08:00
commit 66d21632a7
1 changed files with 4 additions and 1 deletions

View File

@ -118,7 +118,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);