Commit 9ad12350 authored by gao's avatar gao

频次认证

parent 9d1609e6
......@@ -20,7 +20,7 @@ public class SendToWeixin {
// private static String startTime="1517722200000";
private static String endTime="";
public void sendToWeixinMain(){
public static void sendToWeixinMain(){
endTime= FormatBytesUtil.getTimestamp();
String msgServiceState= "0X4F模式下的法人代理返回结果:"+ServiceStateMonitoring.serviceStateMonitoringServer();
String msgTrustedPlatformStatus= "0X4F模式下的可信平台返回结果:"+new TrustedPlatformStatusMonitoring().trustedPlatformStatusMonitoringServer();
......
......@@ -64,7 +64,7 @@ public class ServiceStateMonitoring {
public static String authCount(String startTime,String endTime){
String authCountStr="";
try {
authCountStr= HttpClientPool.getRequest("http://121.22.111.251:9002/legalPerson/v1.0/authQtyStats?startTime="+startTime+"&endTime="+endTime+"&customer=gtyx01");
authCountStr= HttpClientPool.getRequest("http://121.22.111.251:9002/legalPerson/v1.0/authQtyStats?startTime="+startTime+"&endTime="+endTime+"&customerNumber=gtyx01");
} catch (IOException e) {
e.printStackTrace();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment