generated from root/miduo_server
登陆info
parent
30201a5b71
commit
c313a16bc1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue