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