generated from root/miduo_server
打印appId
parent
2d72caf1d5
commit
dc88a60cfb
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue