generated from root/miduo_server
parent
a5d338b5da
commit
6dc4d652b3
|
@ -92,10 +92,10 @@ public class GetUserController extends HttpServlet {
|
||||||
}*/
|
}*/
|
||||||
LOGGER.info("the opendId = {},token={},platform={}",openId,token,platform);
|
LOGGER.info("the opendId = {},token={},platform={}",openId,token,platform);
|
||||||
try {
|
try {
|
||||||
// boolean vertify = vertify(response, request, admin, platform, pid, openId, token);
|
boolean vertify = vertify(response, request, admin, platform, pid, openId, token);
|
||||||
// if(!vertify){
|
if(!vertify){
|
||||||
// return;
|
return;
|
||||||
// }
|
}
|
||||||
response.setCharacterEncoding("UTF-8");
|
response.setCharacterEncoding("UTF-8");
|
||||||
response.setContentType("application/json; charset=utf-8");
|
response.setContentType("application/json; charset=utf-8");
|
||||||
DBObject dbObject = new BasicDBObject();
|
DBObject dbObject = new BasicDBObject();
|
||||||
|
|
Loading…
Reference in New Issue