打印appId

master
lvxinran 2021-04-26 20:09:10 +08:00
parent 2d72caf1d5
commit dc88a60cfb
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ public class GetUserController extends HttpServlet {
} else {
//正式服appId
String appId_online = properties.getProperty("appId_online");
LOGGER.info("appId_online:{}",appId_online);
result = loginVerfify("MHT", openId, token, appId_online);
}
}