商务服临时改下

master
zhangshanxue 2020-11-10 19:31:52 +08:00
parent 083ab36f35
commit a5d338b5da
1 changed files with 4 additions and 4 deletions

View File

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