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);
|
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