关于API无状态服务session并发问题的分析

代码截图:







更改用户自定义变量,获取不同的名称:vars,即可。



分析:

        每次请求request,都会使用不同的线程,开辟不同的session空间,存放不同的用户变量。所以应该是不会存在不通请求变量值冲突覆盖的情况。

比如线程http-nio-8080-exec-5],被使用了两次:

处理第一个接口:
10:44:38.451 INFO  [http-nio-8080-exec-5] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"smsCustomCode":"1065790042","messageSign":"43l88pdv9","mobiles":["18867111794"],"needReceipt":0,"receiptNotificationURL":"http://127.0.0.1:8080/","templateId":1309,"templateParameter":{"param1":"lpz0517","param2":"测试123","param3":"11"}}) and headerBase64:eyJhcHBJZCI6ImE2YzVhOTFmNWFlNTQwZDQ5M2ZlOWQxMzZmMDM0YTVhIiwic2lnbiI6IjdlNGQ5NzRhZmQ4N2Q1OTQ3Yjk4NzY2NThlYjY4Y2Q4IiwidGltZSI6IjE1MjcxMjk4Nzg0MzgifQ== and headerDecrypt:{"appId":"a6c5a91f5ae540d493fe9d136f034a5a","sign":"7e4d974afd87d5947b9876658eb68cd8","time":"1527129878438"}
10:44:38.577 INFO  [http-nio-8080-exec-5] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:39.410 INFO  [http-nio-8080-exec-5] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============63331AE01335111FE90F514C720C2123    a6c5a91f5ae540d493fe9d136f034a5a
10:44:39.592 INFO  [http-nio-8080-exec-5] - controller.MessageController.sendSmsMessage(MessageController.java:114) - sms-controller--------------63331AE01335111FE90F514C720C2123    a6c5a91f5ae540d493fe9d136f034a5a
10:44:39.592 INFO  [http-nio-8080-exec-5] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:39.749 INFO  [http-nio-8080-exec-5] - service.impl.AusService.checkMasTemplate(AusService.java:588) - templateId:1309, |redisTemplateInfo:{"content":"尊敬的{param1}用户,欢迎体验{param2}功能,每天仅限{param3}次,感谢您的使用!","creater":13,"id":1309,"masId":"5ffcaab1bf3e4c728763bfab31abb885","status":3,"type":1}, |messageCode:null, |templateParameter:{"param1":"lpz0517","param2":"测试123","param3":"11"}
10:44:39.796 INFO  [http-nio-8080-exec-5] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的lpz0517用户,欢迎体验测试123功能,每天仅限11次,感谢您的使用!
10:44:39.837 INFO  [http-nio-8080-exec-5] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [1065790042] control (true don't need to control) result is true
10:44:39.845 ERROR [http-nio-8080-exec-5] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867111794","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:44:39.849 INFO  [http-nio-8080-exec-5] - service.message.impl.AbstractSmsSendTemplate.sendMasMessage(AbstractSmsSendTemplate.java:389) - YUNMAS--SMS---requestBody---{"addSerial":"","apId":"13","ecName":"行业数字化使能平台","mac":"c939f23b68b150825a60a62bb6a872e7","mobiles":"18867111794","params":"['lpz0517','测试123','11']","secretKey":"d34faca993daf5d9","sign":"43l88pdv9","templateId":"5ffcaab1bf3e4c728763bfab31abb885"}
10:44:39.875 INFO  [http-nio-8080-exec-5] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://112.35.1.155:1992/sms/tmpsubmit, post header:null,  post body (eyJhZGRTZXJpYWwiOiIiLCJhcElkIjoiMTMiLCJlY05hbWUiOiLooYzkuJrmlbDlrZfljJbkvb/og73lubPlj7AiLCJtYWMiOiJjOTM5ZjIzYjY4YjE1MDgyNWE2MGE2MmJiNmE4NzJlNyIsIm1vYmlsZXMiOiIxODg2NzExMTc5NCIsInBhcmFtcyI6IlsnbHB6MDUxNycsJ+a1i+ivlTEyMycsJzExJ10iLCJzZWNyZXRLZXkiOiJkMzRmYWNhOTkzZGFmNWQ5Iiwic2lnbiI6IjQzbDg4cGR2OSIsInRlbXBsYXRlSWQiOiI1ZmZjYWFiMWJmM2U0YzcyODc2M2JmYWIzMWFiYjg4NSJ9)
10:44:39.956 INFO  [http-nio-8080-exec-5] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:1745619388
10:44:40.086 INFO  [http-nio-8080-exec-5] - service.message.impl.AbstractSmsSendTemplate.sendMasMessage(AbstractSmsSendTemplate.java:394) - -----------YunMasTmpResult---------BaseResult{resultCode=200, resultMsg='{"msgGroup":"0524104439001000534520","rspcod":"success","success":true}'}


处理第二个接口:
10:44:41.089 INFO  [http-nio-8080-exec-5] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"18867105766","from":"18867105766","to":"18867105653","callTimes":"300","telephoneTag":"0","respUrl":"http://www.baidu.com/api/v1/sms/demo"}) and headerBase64:eyJhcHBJZCI6ImQwMmZiMDZlNGU1ZjRlNWM4YTViNzRjMjdjZTAyZGMzIiwic2lnbiI6ImUzYWY5Y2ZiYmI3ZGQ4MjRlY2YxYzk2ZjA0MWFmYWRjIiwidGltZSI6IjE1MjcxMjk4ODEwODcifQ== and headerDecrypt:{"appId":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","sign":"e3af9cfbbb7dd824ecf1c96f041afadc","time":"1527129881087"}
10:44:41.098 INFO  [http-nio-8080-exec-5] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:41.135 INFO  [http-nio-8080-exec-5] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============FFD9C48273189979863F92B19EC262A8    d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:41.136 INFO  [http-nio-8080-exec-5] - controller.VoiceController.sendTwoWayCall(VoiceController.java:223) - voice-controller-twoWayCall--------------FFD9C48273189979863F92B19EC262A8 d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:51:45.295 INFO  [http-nio-8080-exec-5] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:51:45.314 INFO  [http-nio-8080-exec-5] - service.impl.AusService.auth(AusService.java:272) - try = true apiKey: d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:51:45.368 INFO  [http-nio-8080-exec-5] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [18867105766] control (true don't need to control) result is true
10:51:45.368 ERROR [http-nio-8080-exec-5] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867105653","resultCode":301,"resultMsg":"sla normal"},{"mobile":"18867105766","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:51:47.176 INFO  [http-nio-8080-exec-5] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=NDQxOjIwMTgwNTI0MTA1MTQ1},  post body ({"apiKey":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","callTimes":"300","calledNumber":"18867105653","callingNumber":"18867105766","clientId":"dnh2d04krxawpwjquxz","deviceId":"1t","displayNum":"18867105766","ecId":"000220542100100000","method":"CallRequest","sign":"a01478e160056c5229b7102054e100aa","speechText":"","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"0"})
10:51:47.177 INFO  [http-nio-8080-exec-5] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:1771692517
10:51:47.193 INFO  [http-nio-8080-exec-5] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"dnh2d04krxawpwjquxz","messageID":"S20180524105147ac1c10790000000082","resultCode":1000,"resultMsg":"成功"}

httpServletRequest.getSession().getMaxInactiveInterval() = 1800s

1、在tomcat-7.0\conf\web.xml中设置,以下是tomcat7.0中默认配置(minutes,负数或0为不限制session失效时间):

    <session-config>
        <session-timeout>30</session-timeout>

    </session-config>

2、在工程的web.xml中设置(分钟):

<session-config>
<session-timeout> 15 </session-timeout>
</session-config>

3、通过java代码设置

session.setMaxInactiveInterval(30*60);//以秒为单位,即在没有活动30分钟后,session将失效

三种方式优先等级:1 < 2 < 3

在一般系统中,也可能需要在session失效后做一些操作。监听器类为:HttpSessionListener类,有sessionCreated和sessionDestroyed两个方法。

先贴上日志(4个不同的接口,5次并发请求):

2018-05-24
10:44:38.451 INFO  [http-nio-8080-exec-4] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"smsCustomCode":"1065790042","messageSign":"43l88pdv9","mobiles":["18867111794"],"needReceipt":0,"receiptNotificationURL":"http://127.0.0.1:8080/","templateId":1309,"templateParameter":{"param1":"lpz0517","param2":"测试123","param3":"11"}}) and headerBase64:eyJhcHBJZCI6ImE2YzVhOTFmNWFlNTQwZDQ5M2ZlOWQxMzZmMDM0YTVhIiwic2lnbiI6ImZiNTFlM2UxMDYyOTcxNTA0M2RmZmZlM2ZmZjM2M2E2IiwidGltZSI6IjE1MjcxMjk4Nzg0MjUifQ== and headerDecrypt:{"appId":"a6c5a91f5ae540d493fe9d136f034a5a","sign":"fb51e3e10629715043dfffe3fff363a6","time":"1527129878425"}
10:44:38.451 INFO  [http-nio-8080-exec-5] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"smsCustomCode":"1065790042","messageSign":"43l88pdv9","mobiles":["18867111794"],"needReceipt":0,"receiptNotificationURL":"http://127.0.0.1:8080/","templateId":1309,"templateParameter":{"param1":"lpz0517","param2":"测试123","param3":"11"}}) and headerBase64:eyJhcHBJZCI6ImE2YzVhOTFmNWFlNTQwZDQ5M2ZlOWQxMzZmMDM0YTVhIiwic2lnbiI6IjdlNGQ5NzRhZmQ4N2Q1OTQ3Yjk4NzY2NThlYjY4Y2Q4IiwidGltZSI6IjE1MjcxMjk4Nzg0MzgifQ== and headerDecrypt:{"appId":"a6c5a91f5ae540d493fe9d136f034a5a","sign":"7e4d974afd87d5947b9876658eb68cd8","time":"1527129878438"}
10:44:38.451 INFO  [http-nio-8080-exec-2] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"smsCustomCode":"1065790042","messageSign":"43l88pdv9","mobiles":["18867111794"],"needReceipt":0,"receiptNotificationURL":"http://127.0.0.1:8080/","templateId":1309,"templateParameter":{"param1":"lpz0517","param2":"测试123","param3":"11"}}) and headerBase64:eyJhcHBJZCI6ImE2YzVhOTFmNWFlNTQwZDQ5M2ZlOWQxMzZmMDM0YTVhIiwic2lnbiI6ImExYjhiNjFiNGQ3YjJiZDJiNTU3NWUyNzVhMTFkZGMwIiwidGltZSI6IjE1MjcxMjk4NzgzNzQifQ== and headerDecrypt:{"appId":"a6c5a91f5ae540d493fe9d136f034a5a","sign":"a1b8b61b4d7b2bd2b5575e275a11ddc0","time":"1527129878374"}
10:44:38.453 INFO  [http-nio-8080-exec-3] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"smsCustomCode":"1065790042","messageSign":"43l88pdv9","mobiles":["18867111794"],"needReceipt":0,"receiptNotificationURL":"http://127.0.0.1:8080/","templateId":1309,"templateParameter":{"param1":"lpz0517","param2":"测试123","param3":"11"}}) and headerBase64:eyJhcHBJZCI6ImE2YzVhOTFmNWFlNTQwZDQ5M2ZlOWQxMzZmMDM0YTVhIiwic2lnbiI6IjdhYzJhZjZkN2NlNmFiNTVhY2NmNjcyY2EwYjlhYWNhIiwidGltZSI6IjE1MjcxMjk4NzgzOTQifQ== and headerDecrypt:{"appId":"a6c5a91f5ae540d493fe9d136f034a5a","sign":"7ac2af6d7ce6ab55accf672ca0b9aaca","time":"1527129878394"}
10:44:38.465 INFO  [http-nio-8080-exec-6] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"smsCustomCode":"1065790042","messageSign":"43l88pdv9","mobiles":["18867111794"],"needReceipt":0,"receiptNotificationURL":"http://127.0.0.1:8080/","templateId":1309,"templateParameter":{"param1":"lpz0517","param2":"测试123","param3":"11"}}) and headerBase64:eyJhcHBJZCI6ImE2YzVhOTFmNWFlNTQwZDQ5M2ZlOWQxMzZmMDM0YTVhIiwic2lnbiI6IjE0NjY4YzNiNzg3OGFiMTkyZTliMDc4ODAyYmQ4ZjYwIiwidGltZSI6IjE1MjcxMjk4Nzg0NTkifQ== and headerDecrypt:{"appId":"a6c5a91f5ae540d493fe9d136f034a5a","sign":"14668c3b7878ab192e9b078802bd8f60","time":"1527129878459"}
10:44:38.577 INFO  [http-nio-8080-exec-3] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:38.577 INFO  [http-nio-8080-exec-5] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:38.577 INFO  [http-nio-8080-exec-6] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:38.577 INFO  [http-nio-8080-exec-2] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:38.578 INFO  [http-nio-8080-exec-4] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:39.410 INFO  [http-nio-8080-exec-5] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============63331AE01335111FE90F514C720C2123    a6c5a91f5ae540d493fe9d136f034a5a
10:44:39.410 INFO  [http-nio-8080-exec-6] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============2799BAEF9416086A0C669EF08760541E    a6c5a91f5ae540d493fe9d136f034a5a
10:44:39.410 INFO  [http-nio-8080-exec-2] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============A38B9A0CA7E75C7EA91A6A1AB258EF0B    a6c5a91f5ae540d493fe9d136f034a5a
10:44:39.410 INFO  [http-nio-8080-exec-4] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============0E8B8A70CD947353F9CBBBB127457D82    a6c5a91f5ae540d493fe9d136f034a5a
10:44:39.410 INFO  [http-nio-8080-exec-3] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============A5E3856A17CF8F0E3465C025F74FEB7E    a6c5a91f5ae540d493fe9d136f034a5a
10:44:39.592 INFO  [http-nio-8080-exec-6] - controller.MessageController.sendSmsMessage(MessageController.java:114) - sms-controller--------------2799BAEF9416086A0C669EF08760541E    a6c5a91f5ae540d493fe9d136f034a5a
10:44:39.592 INFO  [http-nio-8080-exec-6] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:39.592 INFO  [http-nio-8080-exec-5] - controller.MessageController.sendSmsMessage(MessageController.java:114) - sms-controller--------------63331AE01335111FE90F514C720C2123    a6c5a91f5ae540d493fe9d136f034a5a
10:44:39.592 INFO  [http-nio-8080-exec-5] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:39.595 INFO  [http-nio-8080-exec-4] - controller.MessageController.sendSmsMessage(MessageController.java:114) - sms-controller--------------0E8B8A70CD947353F9CBBBB127457D82    a6c5a91f5ae540d493fe9d136f034a5a
10:44:39.595 INFO  [http-nio-8080-exec-4] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:39.597 INFO  [http-nio-8080-exec-3] - controller.MessageController.sendSmsMessage(MessageController.java:114) - sms-controller--------------A5E3856A17CF8F0E3465C025F74FEB7E    a6c5a91f5ae540d493fe9d136f034a5a
10:44:39.598 INFO  [http-nio-8080-exec-3] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:39.600 INFO  [http-nio-8080-exec-2] - controller.MessageController.sendSmsMessage(MessageController.java:114) - sms-controller--------------A38B9A0CA7E75C7EA91A6A1AB258EF0B    a6c5a91f5ae540d493fe9d136f034a5a
10:44:39.601 INFO  [http-nio-8080-exec-2] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:39.749 INFO  [http-nio-8080-exec-5] - service.impl.AusService.checkMasTemplate(AusService.java:588) - templateId:1309, |redisTemplateInfo:{"content":"尊敬的{param1}用户,欢迎体验{param2}功能,每天仅限{param3}次,感谢您的使用!","creater":13,"id":1309,"masId":"5ffcaab1bf3e4c728763bfab31abb885","status":3,"type":1}, |messageCode:null, |templateParameter:{"param1":"lpz0517","param2":"测试123","param3":"11"}
10:44:39.749 INFO  [http-nio-8080-exec-6] - service.impl.AusService.checkMasTemplate(AusService.java:588) - templateId:1309, |redisTemplateInfo:{"content":"尊敬的{param1}用户,欢迎体验{param2}功能,每天仅限{param3}次,感谢您的使用!","creater":13,"id":1309,"masId":"5ffcaab1bf3e4c728763bfab31abb885","status":3,"type":1}, |messageCode:null, |templateParameter:{"param1":"lpz0517","param2":"测试123","param3":"11"}
10:44:39.749 INFO  [http-nio-8080-exec-4] - service.impl.AusService.checkMasTemplate(AusService.java:588) - templateId:1309, |redisTemplateInfo:{"content":"尊敬的{param1}用户,欢迎体验{param2}功能,每天仅限{param3}次,感谢您的使用!","creater":13,"id":1309,"masId":"5ffcaab1bf3e4c728763bfab31abb885","status":3,"type":1}, |messageCode:null, |templateParameter:{"param1":"lpz0517","param2":"测试123","param3":"11"}
10:44:39.749 INFO  [http-nio-8080-exec-3] - service.impl.AusService.checkMasTemplate(AusService.java:588) - templateId:1309, |redisTemplateInfo:{"content":"尊敬的{param1}用户,欢迎体验{param2}功能,每天仅限{param3}次,感谢您的使用!","creater":13,"id":1309,"masId":"5ffcaab1bf3e4c728763bfab31abb885","status":3,"type":1}, |messageCode:null, |templateParameter:{"param1":"lpz0517","param2":"测试123","param3":"11"}
10:44:39.749 INFO  [http-nio-8080-exec-2] - service.impl.AusService.checkMasTemplate(AusService.java:588) - templateId:1309, |redisTemplateInfo:{"content":"尊敬的{param1}用户,欢迎体验{param2}功能,每天仅限{param3}次,感谢您的使用!","creater":13,"id":1309,"masId":"5ffcaab1bf3e4c728763bfab31abb885","status":3,"type":1}, |messageCode:null, |templateParameter:{"param1":"lpz0517","param2":"测试123","param3":"11"}
10:44:39.795 INFO  [http-nio-8080-exec-4] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的lpz0517用户,欢迎体验测试123功能,每天仅限11次,感谢您的使用!
10:44:39.796 INFO  [http-nio-8080-exec-6] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的lpz0517用户,欢迎体验测试123功能,每天仅限11次,感谢您的使用!
10:44:39.796 INFO  [http-nio-8080-exec-2] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的lpz0517用户,欢迎体验测试123功能,每天仅限11次,感谢您的使用!
10:44:39.796 INFO  [http-nio-8080-exec-5] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的lpz0517用户,欢迎体验测试123功能,每天仅限11次,感谢您的使用!
10:44:39.802 INFO  [http-nio-8080-exec-3] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的lpz0517用户,欢迎体验测试123功能,每天仅限11次,感谢您的使用!
10:44:39.837 INFO  [http-nio-8080-exec-5] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [1065790042] control (true don't need to control) result is true
10:44:39.837 INFO  [http-nio-8080-exec-2] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [1065790042] control (true don't need to control) result is true
10:44:39.837 INFO  [http-nio-8080-exec-6] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [1065790042] control (true don't need to control) result is true
10:44:39.837 INFO  [http-nio-8080-exec-4] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [1065790042] control (true don't need to control) result is true
10:44:39.837 INFO  [http-nio-8080-exec-3] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [1065790042] control (true don't need to control) result is true
10:44:39.845 ERROR [http-nio-8080-exec-5] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867111794","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:44:39.845 ERROR [http-nio-8080-exec-2] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867111794","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:44:39.846 ERROR [http-nio-8080-exec-6] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867111794","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:44:39.847 ERROR [http-nio-8080-exec-3] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867111794","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:44:39.847 ERROR [http-nio-8080-exec-4] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867111794","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:44:39.849 INFO  [http-nio-8080-exec-5] - service.message.impl.AbstractSmsSendTemplate.sendMasMessage(AbstractSmsSendTemplate.java:389) - YUNMAS--SMS---requestBody---{"addSerial":"","apId":"13","ecName":"行业数字化使能平台","mac":"c939f23b68b150825a60a62bb6a872e7","mobiles":"18867111794","params":"['lpz0517','测试123','11']","secretKey":"d34faca993daf5d9","sign":"43l88pdv9","templateId":"5ffcaab1bf3e4c728763bfab31abb885"}
10:44:39.851 INFO  [http-nio-8080-exec-2] - service.message.impl.AbstractSmsSendTemplate.sendMasMessage(AbstractSmsSendTemplate.java:389) - YUNMAS--SMS---requestBody---{"addSerial":"","apId":"13","ecName":"行业数字化使能平台","mac":"c939f23b68b150825a60a62bb6a872e7","mobiles":"18867111794","params":"['lpz0517','测试123','11']","secretKey":"d34faca993daf5d9","sign":"43l88pdv9","templateId":"5ffcaab1bf3e4c728763bfab31abb885"}
10:44:39.852 INFO  [http-nio-8080-exec-3] - service.message.impl.AbstractSmsSendTemplate.sendMasMessage(AbstractSmsSendTemplate.java:389) - YUNMAS--SMS---requestBody---{"addSerial":"","apId":"13","ecName":"行业数字化使能平台","mac":"c939f23b68b150825a60a62bb6a872e7","mobiles":"18867111794","params":"['lpz0517','测试123','11']","secretKey":"d34faca993daf5d9","sign":"43l88pdv9","templateId":"5ffcaab1bf3e4c728763bfab31abb885"}
10:44:39.854 INFO  [http-nio-8080-exec-4] - service.message.impl.AbstractSmsSendTemplate.sendMasMessage(AbstractSmsSendTemplate.java:389) - YUNMAS--SMS---requestBody---{"addSerial":"","apId":"13","ecName":"行业数字化使能平台","mac":"c939f23b68b150825a60a62bb6a872e7","mobiles":"18867111794","params":"['lpz0517','测试123','11']","secretKey":"d34faca993daf5d9","sign":"43l88pdv9","templateId":"5ffcaab1bf3e4c728763bfab31abb885"}
10:44:39.854 INFO  [http-nio-8080-exec-6] - service.message.impl.AbstractSmsSendTemplate.sendMasMessage(AbstractSmsSendTemplate.java:389) - YUNMAS--SMS---requestBody---{"addSerial":"","apId":"13","ecName":"行业数字化使能平台","mac":"c939f23b68b150825a60a62bb6a872e7","mobiles":"18867111794","params":"['lpz0517','测试123','11']","secretKey":"d34faca993daf5d9","sign":"43l88pdv9","templateId":"5ffcaab1bf3e4c728763bfab31abb885"}
10:44:39.875 INFO  [http-nio-8080-exec-5] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://112.35.1.155:1992/sms/tmpsubmit, post header:null,  post body (eyJhZGRTZXJpYWwiOiIiLCJhcElkIjoiMTMiLCJlY05hbWUiOiLooYzkuJrmlbDlrZfljJbkvb/og73lubPlj7AiLCJtYWMiOiJjOTM5ZjIzYjY4YjE1MDgyNWE2MGE2MmJiNmE4NzJlNyIsIm1vYmlsZXMiOiIxODg2NzExMTc5NCIsInBhcmFtcyI6IlsnbHB6MDUxNycsJ+a1i+ivlTEyMycsJzExJ10iLCJzZWNyZXRLZXkiOiJkMzRmYWNhOTkzZGFmNWQ5Iiwic2lnbiI6IjQzbDg4cGR2OSIsInRlbXBsYXRlSWQiOiI1ZmZjYWFiMWJmM2U0YzcyODc2M2JmYWIzMWFiYjg4NSJ9)
10:44:39.875 INFO  [http-nio-8080-exec-4] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://112.35.1.155:1992/sms/tmpsubmit, post header:null,  post body (eyJhZGRTZXJpYWwiOiIiLCJhcElkIjoiMTMiLCJlY05hbWUiOiLooYzkuJrmlbDlrZfljJbkvb/og73lubPlj7AiLCJtYWMiOiJjOTM5ZjIzYjY4YjE1MDgyNWE2MGE2MmJiNmE4NzJlNyIsIm1vYmlsZXMiOiIxODg2NzExMTc5NCIsInBhcmFtcyI6IlsnbHB6MDUxNycsJ+a1i+ivlTEyMycsJzExJ10iLCJzZWNyZXRLZXkiOiJkMzRmYWNhOTkzZGFmNWQ5Iiwic2lnbiI6IjQzbDg4cGR2OSIsInRlbXBsYXRlSWQiOiI1ZmZjYWFiMWJmM2U0YzcyODc2M2JmYWIzMWFiYjg4NSJ9)
10:44:39.875 INFO  [http-nio-8080-exec-6] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://112.35.1.155:1992/sms/tmpsubmit, post header:null,  post body (eyJhZGRTZXJpYWwiOiIiLCJhcElkIjoiMTMiLCJlY05hbWUiOiLooYzkuJrmlbDlrZfljJbkvb/og73lubPlj7AiLCJtYWMiOiJjOTM5ZjIzYjY4YjE1MDgyNWE2MGE2MmJiNmE4NzJlNyIsIm1vYmlsZXMiOiIxODg2NzExMTc5NCIsInBhcmFtcyI6IlsnbHB6MDUxNycsJ+a1i+ivlTEyMycsJzExJ10iLCJzZWNyZXRLZXkiOiJkMzRmYWNhOTkzZGFmNWQ5Iiwic2lnbiI6IjQzbDg4cGR2OSIsInRlbXBsYXRlSWQiOiI1ZmZjYWFiMWJmM2U0YzcyODc2M2JmYWIzMWFiYjg4NSJ9)
10:44:39.876 INFO  [http-nio-8080-exec-2] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://112.35.1.155:1992/sms/tmpsubmit, post header:null,  post body (eyJhZGRTZXJpYWwiOiIiLCJhcElkIjoiMTMiLCJlY05hbWUiOiLooYzkuJrmlbDlrZfljJbkvb/og73lubPlj7AiLCJtYWMiOiJjOTM5ZjIzYjY4YjE1MDgyNWE2MGE2MmJiNmE4NzJlNyIsIm1vYmlsZXMiOiIxODg2NzExMTc5NCIsInBhcmFtcyI6IlsnbHB6MDUxNycsJ+a1i+ivlTEyMycsJzExJ10iLCJzZWNyZXRLZXkiOiJkMzRmYWNhOTkzZGFmNWQ5Iiwic2lnbiI6IjQzbDg4cGR2OSIsInRlbXBsYXRlSWQiOiI1ZmZjYWFiMWJmM2U0YzcyODc2M2JmYWIzMWFiYjg4NSJ9)
10:44:39.876 INFO  [http-nio-8080-exec-3] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://112.35.1.155:1992/sms/tmpsubmit, post header:null,  post body (eyJhZGRTZXJpYWwiOiIiLCJhcElkIjoiMTMiLCJlY05hbWUiOiLooYzkuJrmlbDlrZfljJbkvb/og73lubPlj7AiLCJtYWMiOiJjOTM5ZjIzYjY4YjE1MDgyNWE2MGE2MmJiNmE4NzJlNyIsIm1vYmlsZXMiOiIxODg2NzExMTc5NCIsInBhcmFtcyI6IlsnbHB6MDUxNycsJ+a1i+ivlTEyMycsJzExJ10iLCJzZWNyZXRLZXkiOiJkMzRmYWNhOTkzZGFmNWQ5Iiwic2lnbiI6IjQzbDg4cGR2OSIsInRlbXBsYXRlSWQiOiI1ZmZjYWFiMWJmM2U0YzcyODc2M2JmYWIzMWFiYjg4NSJ9)
10:44:39.956 INFO  [http-nio-8080-exec-5] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:1745619388
10:44:39.956 INFO  [http-nio-8080-exec-6] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:292898215
10:44:39.956 INFO  [http-nio-8080-exec-3] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:669599295
10:44:39.962 INFO  [http-nio-8080-exec-4] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:34777369
10:44:39.963 INFO  [http-nio-8080-exec-2] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:342446475
10:44:40.086 INFO  [http-nio-8080-exec-4] - service.message.impl.AbstractSmsSendTemplate.sendMasMessage(AbstractSmsSendTemplate.java:394) - -----------YunMasTmpResult---------BaseResult{resultCode=200, resultMsg='{"msgGroup":"0524104439001000923183","rspcod":"success","success":true}'}
10:44:40.086 INFO  [http-nio-8080-exec-6] - service.message.impl.AbstractSmsSendTemplate.sendMasMessage(AbstractSmsSendTemplate.java:394) - -----------YunMasTmpResult---------BaseResult{resultCode=200, resultMsg='{"msgGroup":"0524104440001001062374","rspcod":"success","success":true}'}
10:44:40.086 INFO  [http-nio-8080-exec-2] - service.message.impl.AbstractSmsSendTemplate.sendMasMessage(AbstractSmsSendTemplate.java:394) - -----------YunMasTmpResult---------BaseResult{resultCode=200, resultMsg='{"msgGroup":"0524104440001000923184","rspcod":"success","success":true}'}
10:44:40.086 INFO  [http-nio-8080-exec-5] - service.message.impl.AbstractSmsSendTemplate.sendMasMessage(AbstractSmsSendTemplate.java:394) - -----------YunMasTmpResult---------BaseResult{resultCode=200, resultMsg='{"msgGroup":"0524104439001000534520","rspcod":"success","success":true}'}
10:44:40.086 INFO  [http-nio-8080-exec-3] - service.message.impl.AbstractSmsSendTemplate.sendMasMessage(AbstractSmsSendTemplate.java:394) - -----------YunMasTmpResult---------BaseResult{resultCode=200, resultMsg='{"msgGroup":"0524104439001000860960","rspcod":"success","success":true}'}
10:44:40.188 INFO  [http-nio-8080-exec-7] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"18867105766","to":"18867105653","templateId":2,"templateParameter":{"name":"AAAhaha"},"telephoneTag":"0","respUrl":"http://172.23.196.35/api/v1/voice/notifyStatus","callTimes":"30"}) and headerBase64:eyJhcHBJZCI6ImQwMmZiMDZlNGU1ZjRlNWM4YTViNzRjMjdjZTAyZGMzIiwic2lnbiI6IjA3ZjlhMzhlNTA4MjFiYjBlNzBiNTM2NzExZThiNmVhIiwidGltZSI6IjE1MjcxMjk4ODAxODQifQ== and headerDecrypt:{"appId":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","sign":"07f9a38e50821bb0e70b536711e8b6ea","time":"1527129880184"}
10:44:40.190 INFO  [http-nio-8080-exec-1] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"18867105766","to":"18867105653","templateId":2,"templateParameter":{"name":"AAAhaha"},"telephoneTag":"0","respUrl":"http://172.23.196.35/api/v1/voice/notifyStatus","callTimes":"30"}) and headerBase64:eyJhcHBJZCI6ImQwMmZiMDZlNGU1ZjRlNWM4YTViNzRjMjdjZTAyZGMzIiwic2lnbiI6ImNhNmE2OTQzZmJjMjEwOTMzNmY2NWY3NWQ4NDJmNWQ2IiwidGltZSI6IjE1MjcxMjk4ODAxODYifQ== and headerDecrypt:{"appId":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","sign":"ca6a6943fbc2109336f65f75d842f5d6","time":"1527129880186"}
10:44:40.190 INFO  [http-nio-8080-exec-8] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"18867105766","to":"18867105653","templateId":2,"templateParameter":{"name":"AAAhaha"},"telephoneTag":"0","respUrl":"http://172.23.196.35/api/v1/voice/notifyStatus","callTimes":"30"}) and headerBase64:eyJhcHBJZCI6ImQwMmZiMDZlNGU1ZjRlNWM4YTViNzRjMjdjZTAyZGMzIiwic2lnbiI6ImNhNmE2OTQzZmJjMjEwOTMzNmY2NWY3NWQ4NDJmNWQ2IiwidGltZSI6IjE1MjcxMjk4ODAxODYifQ== and headerDecrypt:{"appId":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","sign":"ca6a6943fbc2109336f65f75d842f5d6","time":"1527129880186"}
10:44:40.196 INFO  [http-nio-8080-exec-9] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"18867105766","to":"18867105653","templateId":2,"templateParameter":{"name":"AAAhaha"},"telephoneTag":"0","respUrl":"http://172.23.196.35/api/v1/voice/notifyStatus","callTimes":"30"}) and headerBase64:eyJhcHBJZCI6ImQwMmZiMDZlNGU1ZjRlNWM4YTViNzRjMjdjZTAyZGMzIiwic2lnbiI6ImNhNmE2OTQzZmJjMjEwOTMzNmY2NWY3NWQ4NDJmNWQ2IiwidGltZSI6IjE1MjcxMjk4ODAxODYifQ== and headerDecrypt:{"appId":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","sign":"ca6a6943fbc2109336f65f75d842f5d6","time":"1527129880186"}
10:44:40.198 INFO  [http-nio-8080-exec-10] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"18867105766","to":"18867105653","templateId":2,"templateParameter":{"name":"AAAhaha"},"telephoneTag":"0","respUrl":"http://172.23.196.35/api/v1/voice/notifyStatus","callTimes":"30"}) and headerBase64:eyJhcHBJZCI6ImQwMmZiMDZlNGU1ZjRlNWM4YTViNzRjMjdjZTAyZGMzIiwic2lnbiI6ImJiMDU5YzZkNmQ0ZjgxOWRiNGUwYmM2NDRkYjE5MmViIiwidGltZSI6IjE1MjcxMjk4ODAxODcifQ== and headerDecrypt:{"appId":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","sign":"bb059c6d6d4f819db4e0bc644db192eb","time":"1527129880187"}
10:44:40.202 INFO  [http-nio-8080-exec-1] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.202 INFO  [http-nio-8080-exec-7] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.202 INFO  [http-nio-8080-exec-8] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.207 INFO  [http-nio-8080-exec-9] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.208 INFO  [http-nio-8080-exec-10] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.240 INFO  [http-nio-8080-exec-8] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============6238B05C3DC623C3EC51218A5B60AA96    d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:40.240 INFO  [http-nio-8080-exec-1] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============1669C0EC4BA559B954D4CB3E0DF04C3F    d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:40.241 INFO  [http-nio-8080-exec-7] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============C849F942B153B73C172F7E32CB7C0535    d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:40.243 INFO  [http-nio-8080-exec-1] - controller.VoiceController.sendOneWayCall(VoiceController.java:138) - voice-controller-voiceNotify--------------1669C0EC4BA559B954D4CB3E0DF04C3Fd02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:40.243 INFO  [http-nio-8080-exec-1] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.244 INFO  [http-nio-8080-exec-8] - controller.VoiceController.sendOneWayCall(VoiceController.java:138) - voice-controller-voiceNotify--------------6238B05C3DC623C3EC51218A5B60AA96d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:40.244 INFO  [http-nio-8080-exec-8] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.245 INFO  [http-nio-8080-exec-7] - controller.VoiceController.sendOneWayCall(VoiceController.java:138) - voice-controller-voiceNotify--------------C849F942B153B73C172F7E32CB7C0535d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:40.245 INFO  [http-nio-8080-exec-7] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.245 INFO  [http-nio-8080-exec-10] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============0FC8EF12D897A476D206E0E31473898D    d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:40.246 INFO  [http-nio-8080-exec-9] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============13E1A670D64608802220C1098F7D8237    d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:40.246 INFO  [http-nio-8080-exec-10] - controller.VoiceController.sendOneWayCall(VoiceController.java:138) - voice-controller-voiceNotify--------------0FC8EF12D897A476D206E0E31473898Dd02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:40.247 INFO  [http-nio-8080-exec-10] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.247 INFO  [http-nio-8080-exec-9] - controller.VoiceController.sendOneWayCall(VoiceController.java:138) - voice-controller-voiceNotify--------------13E1A670D64608802220C1098F7D8237d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:40.247 INFO  [http-nio-8080-exec-9] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.262 INFO  [http-nio-8080-exec-1] - service.impl.AusService.auth(AusService.java:272) - try = true apiKey: d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:40.262 INFO  [http-nio-8080-exec-8] - service.impl.AusService.auth(AusService.java:272) - try = true apiKey: d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:40.262 INFO  [http-nio-8080-exec-7] - service.impl.AusService.auth(AusService.java:272) - try = true apiKey: d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:40.265 INFO  [http-nio-8080-exec-10] - service.impl.AusService.auth(AusService.java:272) - try = true apiKey: d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:40.265 INFO  [http-nio-8080-exec-9] - service.impl.AusService.auth(AusService.java:272) - try = true apiKey: d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:40.284 INFO  [http-nio-8080-exec-1] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的AAAhaha用户,您正在试用语音通知服务,谢谢!
10:44:40.284 INFO  [http-nio-8080-exec-8] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的AAAhaha用户,您正在试用语音通知服务,谢谢!
10:44:40.286 INFO  [http-nio-8080-exec-7] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的AAAhaha用户,您正在试用语音通知服务,谢谢!
10:44:40.288 INFO  [http-nio-8080-exec-9] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的AAAhaha用户,您正在试用语音通知服务,谢谢!
10:44:40.291 INFO  [http-nio-8080-exec-10] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的AAAhaha用户,您正在试用语音通知服务,谢谢!
10:44:40.350 INFO  [http-nio-8080-exec-9] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [18867105766] control (true don't need to control) result is true
10:44:40.350 INFO  [http-nio-8080-exec-1] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [18867105766] control (true don't need to control) result is true
10:44:40.350 ERROR [http-nio-8080-exec-9] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867105653","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:44:40.350 ERROR [http-nio-8080-exec-1] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867105653","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:44:40.351 INFO  [http-nio-8080-exec-8] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [18867105766] control (true don't need to control) result is true
10:44:40.351 ERROR [http-nio-8080-exec-8] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867105653","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:44:40.351 INFO  [http-nio-8080-exec-7] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [18867105766] control (true don't need to control) result is true
10:44:40.351 ERROR [http-nio-8080-exec-7] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867105653","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:44:40.353 INFO  [http-nio-8080-exec-10] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [18867105766] control (true don't need to control) result is true
10:44:40.353 ERROR [http-nio-8080-exec-10] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867105653","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:44:40.381 INFO  [http-nio-8080-exec-1] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=NDQxOjIwMTgwNTI0MTA0NDQw},  post body ({"apiKey":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","callTimes":"30","calledNumber":"18867105653","callingNumber":"18867105766","clientId":"rplbiq1o9ar6qhpfrqw","deviceId":"1t","displayNum":"18867105766","ecId":"000220542100100000","method":"IVRRequest","sign":"75856adc95c6db19c4ecaaa5b3aa3a00","speechText":"尊敬的AAAhaha用户,您正在试用语音通知服务,谢谢!","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"0"})
10:44:40.381 INFO  [http-nio-8080-exec-8] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=NDQxOjIwMTgwNTI0MTA0NDQw},  post body ({"apiKey":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","callTimes":"30","calledNumber":"18867105653","callingNumber":"18867105766","clientId":"jnaxhocn1yasd8fy209","deviceId":"1t","displayNum":"18867105766","ecId":"000220542100100000","method":"IVRRequest","sign":"75856adc95c6db19c4ecaaa5b3aa3a00","speechText":"尊敬的AAAhaha用户,您正在试用语音通知服务,谢谢!","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"0"})
10:44:40.382 INFO  [http-nio-8080-exec-1] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:424411929
10:44:40.383 INFO  [http-nio-8080-exec-7] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=NDQxOjIwMTgwNTI0MTA0NDQw},  post body ({"apiKey":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","callTimes":"30","calledNumber":"18867105653","callingNumber":"18867105766","clientId":"w4zqlb4bewqtbzkodto","deviceId":"1t","displayNum":"18867105766","ecId":"000220542100100000","method":"IVRRequest","sign":"75856adc95c6db19c4ecaaa5b3aa3a00","speechText":"尊敬的AAAhaha用户,您正在试用语音通知服务,谢谢!","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"0"})
10:44:40.383 INFO  [http-nio-8080-exec-7] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:1565211877
10:44:40.384 INFO  [http-nio-8080-exec-8] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:2088085571
10:44:40.388 INFO  [http-nio-8080-exec-9] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=NDQxOjIwMTgwNTI0MTA0NDQw},  post body ({"apiKey":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","callTimes":"30","calledNumber":"18867105653","callingNumber":"18867105766","clientId":"pjwmtf1kof0ic7s38fk","deviceId":"1t","displayNum":"18867105766","ecId":"000220542100100000","method":"IVRRequest","sign":"75856adc95c6db19c4ecaaa5b3aa3a00","speechText":"尊敬的AAAhaha用户,您正在试用语音通知服务,谢谢!","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"0"})
10:44:40.389 INFO  [http-nio-8080-exec-9] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:646159691
10:44:40.391 INFO  [http-nio-8080-exec-10] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=NDQxOjIwMTgwNTI0MTA0NDQw},  post body ({"apiKey":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","callTimes":"30","calledNumber":"18867105653","callingNumber":"18867105766","clientId":"vaxjkpnasrezv928bcv","deviceId":"1t","displayNum":"18867105766","ecId":"000220542100100000","method":"IVRRequest","sign":"75856adc95c6db19c4ecaaa5b3aa3a00","speechText":"尊敬的AAAhaha用户,您正在试用语音通知服务,谢谢!","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"0"})
10:44:40.392 INFO  [http-nio-8080-exec-10] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:637769563
10:44:40.420 INFO  [http-nio-8080-exec-8] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"jnaxhocn1yasd8fy209","messageID":"S20180524104440ac1c10790000000070","resultCode":1000,"resultMsg":"成功"}
10:44:40.421 INFO  [http-nio-8080-exec-7] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"w4zqlb4bewqtbzkodto","messageID":"S20180524104440ac1c10790000000069","resultCode":1000,"resultMsg":"成功"}
10:44:40.422 INFO  [http-nio-8080-exec-9] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"pjwmtf1kof0ic7s38fk","messageID":"S20180524104440ac1c10790000000071","resultCode":1000,"resultMsg":"成功"}
10:44:40.426 INFO  [http-nio-8080-exec-10] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"vaxjkpnasrezv928bcv","messageID":"S20180524104440ac1c10790000000073","resultCode":1000,"resultMsg":"成功"}
10:44:40.429 INFO  [http-nio-8080-exec-1] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"rplbiq1o9ar6qhpfrqw","messageID":"S20180524104440ac1c10790000000072","resultCode":1000,"resultMsg":"成功"}
10:44:40.501 INFO  [http-nio-8080-exec-2] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"13677778888","to":"18867105653","templateId":58,"templateParameter":{"param1":"voice0515","param2":26,"param3":"qwer"},"telephoneTag":"1","respUrl":"http://172.23.196.35:8080/api/v1/voice/notifyStatus","callTimes":"30"}) and headerBase64:eyJhcHBJZCI6IjY0NzIwNGJiOTYyYjQzY2E5YTJhYjYzN2JmMGExMmE5Iiwic2lnbiI6Ijc3YzNlYTdhYzQ3MzM1MWQzN2QxZWI4MWE2NTc4MGQzIiwidGltZSI6IjE1MjcxMjk4ODA0OTcifQ== and headerDecrypt:{"appId":"647204bb962b43ca9a2ab637bf0a12a9","sign":"77c3ea7ac473351d37d1eb81a65780d3","time":"1527129880497"}
10:44:40.513 INFO  [http-nio-8080-exec-4] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"13677778888","to":"18867105653","templateId":58,"templateParameter":{"param1":"voice0515","param2":26,"param3":"qwer"},"telephoneTag":"1","respUrl":"http://172.23.196.35:8080/api/v1/voice/notifyStatus","callTimes":"30"}) and headerBase64:eyJhcHBJZCI6IjY0NzIwNGJiOTYyYjQzY2E5YTJhYjYzN2JmMGExMmE5Iiwic2lnbiI6IjJjZGViMjk0MjIzY2U1NDU3M2JkYTQ2MmVmOGJiZThhIiwidGltZSI6IjE1MjcxMjk4ODA1MDgifQ== and headerDecrypt:{"appId":"647204bb962b43ca9a2ab637bf0a12a9","sign":"2cdeb294223ce54573bda462ef8bbe8a","time":"1527129880508"}
10:44:40.522 INFO  [http-nio-8080-exec-9] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"13677778888","to":"18867105653","templateId":58,"templateParameter":{"param1":"voice0515","param2":26,"param3":"qwer"},"telephoneTag":"1","respUrl":"http://172.23.196.35:8080/api/v1/voice/notifyStatus","callTimes":"30"}) and headerBase64:eyJhcHBJZCI6IjY0NzIwNGJiOTYyYjQzY2E5YTJhYjYzN2JmMGExMmE5Iiwic2lnbiI6ImQwYTcxMWM3YmQ4MmJkYjI2M2ZmOTRiMDc0YTI0MmRlIiwidGltZSI6IjE1MjcxMjk4ODA1MTcifQ== and headerDecrypt:{"appId":"647204bb962b43ca9a2ab637bf0a12a9","sign":"d0a711c7bd82bdb263ff94b074a242de","time":"1527129880517"}
10:44:40.526 INFO  [http-nio-8080-exec-2] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.526 INFO  [http-nio-8080-exec-4] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.530 INFO  [http-nio-8080-exec-9] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.538 INFO  [http-nio-8080-exec-8] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"13677778888","to":"18867105653","templateId":58,"templateParameter":{"param1":"voice0515","param2":26,"param3":"qwer"},"telephoneTag":"1","respUrl":"http://172.23.196.35:8080/api/v1/voice/notifyStatus","callTimes":"30"}) and headerBase64:eyJhcHBJZCI6IjY0NzIwNGJiOTYyYjQzY2E5YTJhYjYzN2JmMGExMmE5Iiwic2lnbiI6IjJkYTFhNDY2NzE0MmE4ZjY5YzA5MDQ2MjUwMjYzNmJhIiwidGltZSI6IjE1MjcxMjk4ODA1MzQifQ== and headerDecrypt:{"appId":"647204bb962b43ca9a2ab637bf0a12a9","sign":"2da1a4667142a8f69c090462502636ba","time":"1527129880534"}
10:44:40.547 INFO  [http-nio-8080-exec-8] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.548 INFO  [http-nio-8080-exec-7] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"13677778888","to":"18867105653","templateId":58,"templateParameter":{"param1":"voice0515","param2":26,"param3":"qwer"},"telephoneTag":"1","respUrl":"http://172.23.196.35:8080/api/v1/voice/notifyStatus","callTimes":"30"}) and headerBase64:eyJhcHBJZCI6IjY0NzIwNGJiOTYyYjQzY2E5YTJhYjYzN2JmMGExMmE5Iiwic2lnbiI6IjZkMzcwNDcxZTYyY2M5NDkxYTk2OGE0MTA5NzU4YjkzIiwidGltZSI6IjE1MjcxMjk4ODA1NDQifQ== and headerDecrypt:{"appId":"647204bb962b43ca9a2ab637bf0a12a9","sign":"6d370471e62cc9491a968a4109758b93","time":"1527129880544"}
10:44:40.557 INFO  [http-nio-8080-exec-7] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.570 INFO  [http-nio-8080-exec-2] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============890B2317C0ABBEDE5AE3FC86EDF4F798    647204bb962b43ca9a2ab637bf0a12a9
10:44:40.570 INFO  [http-nio-8080-exec-9] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============8DFC23EE6331B59E868C15B183A7B405    647204bb962b43ca9a2ab637bf0a12a9
10:44:40.570 INFO  [http-nio-8080-exec-4] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============AEA0D8534104B41E1348E2BBF7279064    647204bb962b43ca9a2ab637bf0a12a9
10:44:40.571 INFO  [http-nio-8080-exec-2] - controller.VoiceController.sendOneWayCall(VoiceController.java:138) - voice-controller-voiceNotify--------------890B2317C0ABBEDE5AE3FC86EDF4F798647204bb962b43ca9a2ab637bf0a12a9
10:44:40.571 INFO  [http-nio-8080-exec-2] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.571 INFO  [http-nio-8080-exec-9] - controller.VoiceController.sendOneWayCall(VoiceController.java:138) - voice-controller-voiceNotify--------------8DFC23EE6331B59E868C15B183A7B405647204bb962b43ca9a2ab637bf0a12a9
10:44:40.571 INFO  [http-nio-8080-exec-4] - controller.VoiceController.sendOneWayCall(VoiceController.java:138) - voice-controller-voiceNotify--------------AEA0D8534104B41E1348E2BBF7279064647204bb962b43ca9a2ab637bf0a12a9
10:44:40.571 INFO  [http-nio-8080-exec-9] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.571 INFO  [http-nio-8080-exec-4] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.589 INFO  [http-nio-8080-exec-8] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============56B0F77CE2E66320CFAC7A4836ED5EA2    647204bb962b43ca9a2ab637bf0a12a9
10:44:40.591 INFO  [http-nio-8080-exec-8] - controller.VoiceController.sendOneWayCall(VoiceController.java:138) - voice-controller-voiceNotify--------------56B0F77CE2E66320CFAC7A4836ED5EA2647204bb962b43ca9a2ab637bf0a12a9
10:44:40.591 INFO  [http-nio-8080-exec-8] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.599 INFO  [http-nio-8080-exec-7] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============03BA97833DC4ABCF0C8C57872ED3DFEF    647204bb962b43ca9a2ab637bf0a12a9
10:44:40.600 INFO  [http-nio-8080-exec-7] - controller.VoiceController.sendOneWayCall(VoiceController.java:138) - voice-controller-voiceNotify--------------03BA97833DC4ABCF0C8C57872ED3DFEF647204bb962b43ca9a2ab637bf0a12a9
10:44:40.600 INFO  [http-nio-8080-exec-7] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:40.610 INFO  [http-nio-8080-exec-2] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的voice0515用户,您的验证码为26,本验证码qwer分钟内有效,感谢您的使用!
10:44:40.610 INFO  [http-nio-8080-exec-9] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的voice0515用户,您的验证码为26,本验证码qwer分钟内有效,感谢您的使用!
10:44:40.612 INFO  [http-nio-8080-exec-4] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的voice0515用户,您的验证码为26,本验证码qwer分钟内有效,感谢您的使用!
10:44:40.629 INFO  [http-nio-8080-exec-8] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的voice0515用户,您的验证码为26,本验证码qwer分钟内有效,感谢您的使用!
10:44:40.638 INFO  [http-nio-8080-exec-7] - utils.MessageUtil.replaceTempParamsWithCheck(MessageUtil.java:314) - content after replace: 尊敬的voice0515用户,您的验证码为26,本验证码qwer分钟内有效,感谢您的使用!
10:44:40.685 INFO  [http-nio-8080-exec-4] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [13677778888] control (true don't need to control) result is false
10:44:40.685 INFO  [http-nio-8080-exec-9] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [13677778888] control (true don't need to control) result is false
10:44:40.685 INFO  [http-nio-8080-exec-2] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [13677778888] control (true don't need to control) result is false
10:44:40.705 INFO  [http-nio-8080-exec-8] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [13677778888] control (true don't need to control) result is false
10:44:40.711 INFO  [http-nio-8080-exec-7] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [13677778888] control (true don't need to control) result is false
10:44:40.834 INFO  [http-nio-8080-exec-2] - service.sla.service.impl.SlaSanPerMobileFilter.doFilter(SlaSanPerMobileFilter.java:110) - perMobile limit: 999999999|limit key:san2mt:13677778888:codeType:1:7_22:limit
10:44:40.838 INFO  [http-nio-8080-exec-9] - service.sla.service.impl.SlaSanPerMobileFilter.doFilter(SlaSanPerMobileFilter.java:110) - perMobile limit: 999999999|limit key:san2mt:13677778888:codeType:1:7_22:limit
10:44:40.838 INFO  [http-nio-8080-exec-8] - service.sla.service.impl.SlaSanPerMobileFilter.doFilter(SlaSanPerMobileFilter.java:110) - perMobile limit: 999999999|limit key:san2mt:13677778888:codeType:1:7_22:limit
10:44:40.839 INFO  [http-nio-8080-exec-7] - service.sla.service.impl.SlaSanPerMobileFilter.doFilter(SlaSanPerMobileFilter.java:110) - perMobile limit: 999999999|limit key:san2mt:13677778888:codeType:1:7_22:limit
10:44:40.840 INFO  [http-nio-8080-exec-4] - service.sla.service.impl.SlaSanPerMobileFilter.doFilter(SlaSanPerMobileFilter.java:110) - perMobile limit: 999999999|limit key:san2mt:13677778888:codeType:1:7_22:limit
10:44:40.844 INFO  [http-nio-8080-exec-2] - service.sla.service.impl.SlaSanPerMobileFilter.doFilter(SlaSanPerMobileFilter.java:138) - perMobile perDayMobileReceiveControlBySanUsedAmount:12|mobile:18867105653
10:44:40.844 INFO  [http-nio-8080-exec-2] - service.sla.service.impl.SlaFilterChain.increaseAll(SlaFilterChain.java:103) - ****enter increaseAll, postHandle of SlaFilterChain****
10:44:40.847 INFO  [http-nio-8080-exec-9] - service.sla.service.impl.SlaSanPerMobileFilter.doFilter(SlaSanPerMobileFilter.java:138) - perMobile perDayMobileReceiveControlBySanUsedAmount:12|mobile:18867105653
10:44:40.848 INFO  [http-nio-8080-exec-8] - service.sla.service.impl.SlaSanPerMobileFilter.doFilter(SlaSanPerMobileFilter.java:138) - perMobile perDayMobileReceiveControlBySanUsedAmount:12|mobile:18867105653
10:44:40.848 INFO  [http-nio-8080-exec-9] - service.sla.service.impl.SlaFilterChain.increaseAll(SlaFilterChain.java:103) - ****enter increaseAll, postHandle of SlaFilterChain****
10:44:40.848 INFO  [http-nio-8080-exec-8] - service.sla.service.impl.SlaFilterChain.increaseAll(SlaFilterChain.java:103) - ****enter increaseAll, postHandle of SlaFilterChain****
10:44:40.849 INFO  [http-nio-8080-exec-7] - service.sla.service.impl.SlaSanPerMobileFilter.doFilter(SlaSanPerMobileFilter.java:138) - perMobile perDayMobileReceiveControlBySanUsedAmount:12|mobile:18867105653
10:44:40.849 INFO  [http-nio-8080-exec-7] - service.sla.service.impl.SlaFilterChain.increaseAll(SlaFilterChain.java:103) - ****enter increaseAll, postHandle of SlaFilterChain****
10:44:40.850 INFO  [http-nio-8080-exec-4] - service.sla.service.impl.SlaSanPerMobileFilter.doFilter(SlaSanPerMobileFilter.java:138) - perMobile perDayMobileReceiveControlBySanUsedAmount:12|mobile:18867105653
10:44:40.850 INFO  [http-nio-8080-exec-4] - service.sla.service.impl.SlaFilterChain.increaseAll(SlaFilterChain.java:103) - ****enter increaseAll, postHandle of SlaFilterChain****
10:44:40.914 INFO  [http-nio-8080-exec-2] - service.sla.service.impl.SlaFilterChain.increaseAll(SlaFilterChain.java:143) - increaseAll userId:13|mobile:18867105653|status:true
10:44:40.916 INFO  [http-nio-8080-exec-9] - service.sla.service.impl.SlaFilterChain.increaseAll(SlaFilterChain.java:143) - increaseAll userId:13|mobile:18867105653|status:true
10:44:40.918 INFO  [http-nio-8080-exec-8] - service.sla.service.impl.SlaFilterChain.increaseAll(SlaFilterChain.java:143) - increaseAll userId:13|mobile:18867105653|status:true
10:44:40.918 INFO  [http-nio-8080-exec-4] - service.sla.service.impl.SlaFilterChain.increaseAll(SlaFilterChain.java:143) - increaseAll userId:13|mobile:18867105653|status:true
10:44:40.918 INFO  [http-nio-8080-exec-7] - service.sla.service.impl.SlaFilterChain.increaseAll(SlaFilterChain.java:143) - increaseAll userId:13|mobile:18867105653|status:true
10:44:40.970 INFO  [http-nio-8080-exec-2] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=MTM6MjAxODA1MjQxMDQ0NDA=},  post body ({"apiKey":"647204bb962b43ca9a2ab637bf0a12a9","callTimes":"30","calledNumber":"18867105653","callingNumber":"13677778888","clientId":"i1qilativrtmq6ldoof","deviceId":"1t","displayNum":"13677778888","ecId":"000210125100100000","method":"IVRRequest","sign":"75856adc95c6db19c4ecaaa5b3aa3a00","speechText":"尊敬的voice0515用户,您的验证码为26,本验证码qwer分钟内有效,感谢您的使用!","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"1"})
10:44:40.971 INFO  [http-nio-8080-exec-2] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:709992195
10:44:40.972 INFO  [http-nio-8080-exec-4] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=MTM6MjAxODA1MjQxMDQ0NDA=},  post body ({"apiKey":"647204bb962b43ca9a2ab637bf0a12a9","callTimes":"30","calledNumber":"18867105653","callingNumber":"13677778888","clientId":"c35jfim19rqr5ulxydn","deviceId":"1t","displayNum":"13677778888","ecId":"000210125100100000","method":"IVRRequest","sign":"75856adc95c6db19c4ecaaa5b3aa3a00","speechText":"尊敬的voice0515用户,您的验证码为26,本验证码qwer分钟内有效,感谢您的使用!","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"1"})
10:44:40.972 INFO  [http-nio-8080-exec-7] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=MTM6MjAxODA1MjQxMDQ0NDA=},  post body ({"apiKey":"647204bb962b43ca9a2ab637bf0a12a9","callTimes":"30","calledNumber":"18867105653","callingNumber":"13677778888","clientId":"953rtv3ptxrtc469y1n","deviceId":"1t","displayNum":"13677778888","ecId":"000210125100100000","method":"IVRRequest","sign":"75856adc95c6db19c4ecaaa5b3aa3a00","speechText":"尊敬的voice0515用户,您的验证码为26,本验证码qwer分钟内有效,感谢您的使用!","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"1"})
10:44:40.973 INFO  [http-nio-8080-exec-7] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:991343898
10:44:40.973 INFO  [http-nio-8080-exec-4] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:1148814226
10:44:40.974 INFO  [http-nio-8080-exec-8] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=MTM6MjAxODA1MjQxMDQ0NDA=},  post body ({"apiKey":"647204bb962b43ca9a2ab637bf0a12a9","callTimes":"30","calledNumber":"18867105653","callingNumber":"13677778888","clientId":"6poxlfkdwdtcfnhvyuj","deviceId":"1t","displayNum":"13677778888","ecId":"000210125100100000","method":"IVRRequest","sign":"75856adc95c6db19c4ecaaa5b3aa3a00","speechText":"尊敬的voice0515用户,您的验证码为26,本验证码qwer分钟内有效,感谢您的使用!","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"1"})
10:44:40.974 INFO  [http-nio-8080-exec-8] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:1482925090
10:44:40.975 INFO  [http-nio-8080-exec-9] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=MTM6MjAxODA1MjQxMDQ0NDA=},  post body ({"apiKey":"647204bb962b43ca9a2ab637bf0a12a9","callTimes":"30","calledNumber":"18867105653","callingNumber":"13677778888","clientId":"skuriyj4q9dehylqvdt","deviceId":"1t","displayNum":"13677778888","ecId":"000210125100100000","method":"IVRRequest","sign":"75856adc95c6db19c4ecaaa5b3aa3a00","speechText":"尊敬的voice0515用户,您的验证码为26,本验证码qwer分钟内有效,感谢您的使用!","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"1"})
10:44:40.976 INFO  [http-nio-8080-exec-9] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:1353997002
10:44:40.992 INFO  [http-nio-8080-exec-8] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"6poxlfkdwdtcfnhvyuj","messageID":"S20180524104440ac1c10790000000075","resultCode":1000,"resultMsg":"成功"}
10:44:40.994 INFO  [http-nio-8080-exec-4] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"c35jfim19rqr5ulxydn","messageID":"S20180524104440ac1c10790000000077","resultCode":1000,"resultMsg":"成功"}
10:44:41.000 INFO  [http-nio-8080-exec-2] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"i1qilativrtmq6ldoof","messageID":"S20180524104440ac1c10790000000074","resultCode":1000,"resultMsg":"成功"}
10:44:41.002 INFO  [http-nio-8080-exec-9] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"skuriyj4q9dehylqvdt","messageID":"S20180524104440ac1c10790000000078","resultCode":1000,"resultMsg":"成功"}
10:44:41.003 INFO  [http-nio-8080-exec-7] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"953rtv3ptxrtc469y1n","messageID":"S20180524104440ac1c10790000000076","resultCode":1000,"resultMsg":"成功"}
10:44:41.069 INFO  [http-nio-8080-exec-3] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"18867105766","from":"18867105766","to":"18867105653","callTimes":"300","telephoneTag":"0","respUrl":"http://www.baidu.com/api/v1/sms/demo"}) and headerBase64:eyJhcHBJZCI6ImQwMmZiMDZlNGU1ZjRlNWM4YTViNzRjMjdjZTAyZGMzIiwic2lnbiI6IjY0MGIwNmYyZDFhMGU1YWVhNTllNTQ3MGQyZDgyODlkIiwidGltZSI6IjE1MjcxMjk4ODEwNjUifQ== and headerDecrypt:{"appId":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","sign":"640b06f2d1a0e5aea59e5470d2d8289d","time":"1527129881065"}
10:44:41.079 INFO  [http-nio-8080-exec-10] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"18867105766","from":"18867105766","to":"18867105653","callTimes":"300","telephoneTag":"0","respUrl":"http://www.baidu.com/api/v1/sms/demo"}) and headerBase64:eyJhcHBJZCI6ImQwMmZiMDZlNGU1ZjRlNWM4YTViNzRjMjdjZTAyZGMzIiwic2lnbiI6ImJjMDMxNGZhMzRlNWEyN2I5ZTRiZTExYmRkZjRiMzJiIiwidGltZSI6IjE1MjcxMjk4ODEwNzUifQ== and headerDecrypt:{"appId":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","sign":"bc0314fa34e5a27b9e4be11bddf4b32b","time":"1527129881075"}
10:44:41.086 INFO  [http-nio-8080-exec-3] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:41.087 INFO  [http-nio-8080-exec-6] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"18867105766","from":"18867105766","to":"18867105653","callTimes":"300","telephoneTag":"0","respUrl":"http://www.baidu.com/api/v1/sms/demo"}) and headerBase64:eyJhcHBJZCI6ImQwMmZiMDZlNGU1ZjRlNWM4YTViNzRjMjdjZTAyZGMzIiwic2lnbiI6IjQxNzg2MzZiZWZkZDhkOTlkMTE2MjAzNTdlZGY2MGM2IiwidGltZSI6IjE1MjcxMjk4ODEwODQifQ== and headerDecrypt:{"appId":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","sign":"4178636befdd8d99d11620357edf60c6","time":"1527129881084"}
10:44:41.089 INFO  [http-nio-8080-exec-1] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"18867105766","from":"18867105766","to":"18867105653","callTimes":"300","telephoneTag":"0","respUrl":"http://www.baidu.com/api/v1/sms/demo"}) and headerBase64:eyJhcHBJZCI6ImQwMmZiMDZlNGU1ZjRlNWM4YTViNzRjMjdjZTAyZGMzIiwic2lnbiI6IjU0NGQ0OTVhODA1YWZiMjc4Y2JjZjBiODI0NTlkN2Q1IiwidGltZSI6IjE1MjcxMjk4ODEwODYifQ== and headerDecrypt:{"appId":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","sign":"544d495a805afb278cbcf0b82459d7d5","time":"1527129881086"}
10:44:41.089 INFO  [http-nio-8080-exec-5] - interceptor.AuthValidationInterceptor.getAuthKey(AuthValidationInterceptor.java:141) - preHandle body is ({"voiceNumber":"18867105766","from":"18867105766","to":"18867105653","callTimes":"300","telephoneTag":"0","respUrl":"http://www.baidu.com/api/v1/sms/demo"}) and headerBase64:eyJhcHBJZCI6ImQwMmZiMDZlNGU1ZjRlNWM4YTViNzRjMjdjZTAyZGMzIiwic2lnbiI6ImUzYWY5Y2ZiYmI3ZGQ4MjRlY2YxYzk2ZjA0MWFmYWRjIiwidGltZSI6IjE1MjcxMjk4ODEwODcifQ== and headerDecrypt:{"appId":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","sign":"e3af9cfbbb7dd824ecf1c96f041afadc","time":"1527129881087"}
10:44:41.094 INFO  [http-nio-8080-exec-10] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:41.096 INFO  [http-nio-8080-exec-6] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:41.098 INFO  [http-nio-8080-exec-5] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:41.098 INFO  [http-nio-8080-exec-1] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:44:41.125 INFO  [http-nio-8080-exec-3] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============2C548C6ACEBCE41E4F8CD034411ED2CC    d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:41.128 INFO  [http-nio-8080-exec-3] - controller.VoiceController.sendTwoWayCall(VoiceController.java:223) - voice-controller-twoWayCall--------------2C548C6ACEBCE41E4F8CD034411ED2CCd02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:41.131 INFO  [http-nio-8080-exec-10] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============B3A28399A3F5DEA54E19AE5C7668ABE4    d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:41.132 INFO  [http-nio-8080-exec-10] - controller.VoiceController.sendTwoWayCall(VoiceController.java:223) - voice-controller-twoWayCall--------------B3A28399A3F5DEA54E19AE5C7668ABE4d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:41.134 INFO  [http-nio-8080-exec-6] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============C19F09ACBEA5BE4DDC832C97BD0126CE    d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:41.135 INFO  [http-nio-8080-exec-6] - controller.VoiceController.sendTwoWayCall(VoiceController.java:223) - voice-controller-twoWayCall--------------C19F09ACBEA5BE4DDC832C97BD0126CEd02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:41.135 INFO  [http-nio-8080-exec-5] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============FFD9C48273189979863F92B19EC262A8    d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:41.136 INFO  [http-nio-8080-exec-1] - interceptor.AuthValidationInterceptor.preHandle(AuthValidationInterceptor.java:108) - InterceptorHttpSession===============3D5836784F05B27941E1F79DFB8DD9A2    d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:41.136 INFO  [http-nio-8080-exec-5] - controller.VoiceController.sendTwoWayCall(VoiceController.java:223) - voice-controller-twoWayCall--------------FFD9C48273189979863F92B19EC262A8d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:44:41.137 INFO  [http-nio-8080-exec-1] - controller.VoiceController.sendTwoWayCall(VoiceController.java:223) - voice-controller-twoWayCall--------------3D5836784F05B27941E1F79DFB8DD9A2d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:51:41.308 INFO  [http-nio-8080-exec-3] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:51:41.328 INFO  [http-nio-8080-exec-3] - service.impl.AusService.auth(AusService.java:272) - try = true apiKey: d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:51:41.678 INFO  [http-nio-8080-exec-3] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [18867105766] control (true don't need to control) result is true
10:51:41.679 ERROR [http-nio-8080-exec-3] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867105653","resultCode":301,"resultMsg":"sla normal"},{"mobile":"18867105766","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:51:42.303 INFO  [http-nio-8080-exec-10] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:51:42.321 INFO  [http-nio-8080-exec-10] - service.impl.AusService.auth(AusService.java:272) - try = true apiKey: d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:51:42.375 INFO  [http-nio-8080-exec-10] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [18867105766] control (true don't need to control) result is true
10:51:42.375 ERROR [http-nio-8080-exec-10] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867105653","resultCode":301,"resultMsg":"sla normal"},{"mobile":"18867105766","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:51:44.941 INFO  [http-nio-8080-exec-6] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:51:44.960 INFO  [http-nio-8080-exec-6] - service.impl.AusService.auth(AusService.java:272) - try = true apiKey: d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:51:45.016 INFO  [http-nio-8080-exec-6] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [18867105766] control (true don't need to control) result is true
10:51:45.016 ERROR [http-nio-8080-exec-6] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867105653","resultCode":301,"resultMsg":"sla normal"},{"mobile":"18867105766","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:51:45.295 INFO  [http-nio-8080-exec-5] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:51:45.314 INFO  [http-nio-8080-exec-5] - service.impl.AusService.auth(AusService.java:272) - try = true apiKey: d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:51:45.368 INFO  [http-nio-8080-exec-5] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [18867105766] control (true don't need to control) result is true
10:51:45.368 ERROR [http-nio-8080-exec-5] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867105653","resultCode":301,"resultMsg":"sla normal"},{"mobile":"18867105766","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:51:45.630 INFO  [http-nio-8080-exec-1] - utils.MessageUtil.getIp(MessageUtil.java:207) - the request client IP, getIp:127.0.0.1
10:51:45.649 INFO  [http-nio-8080-exec-1] - service.impl.AusService.auth(AusService.java:272) - try = true apiKey: d02fb06e4e5f4e5c8a5b74c27ce02dc3
10:51:45.705 INFO  [http-nio-8080-exec-1] - service.sla.service.impl.SlaSanFilter.doFilter(SlaSanFilter.java:83) - san [18867105766] control (true don't need to control) result is true
10:51:45.705 ERROR [http-nio-8080-exec-1] - service.sla.service.impl.SlaFilterChain.doFilter(SlaFilterChain.java:88) - The final slaResult:{"msgList":[{"mobile":"18867105653","resultCode":301,"resultMsg":"sla normal"},{"mobile":"18867105766","resultCode":301,"resultMsg":"sla normal"}],"resultCode":301,"resultMsg":"sla normal"}
10:51:46.027 INFO  [http-nio-8080-exec-3] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=NDQxOjIwMTgwNTI0MTA1MTQx},  post body ({"apiKey":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","callTimes":"300","calledNumber":"18867105653","callingNumber":"18867105766","clientId":"ogpwvvyoxm4fj5eni23","deviceId":"1t","displayNum":"18867105766","ecId":"000220542100100000","method":"CallRequest","sign":"2842b099d07f774150b892831d5aae55","speechText":"","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"0"})
10:51:46.028 INFO  [http-nio-8080-exec-3] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:1431622163
10:51:46.049 INFO  [http-nio-8080-exec-3] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"ogpwvvyoxm4fj5eni23","messageID":"S20180524105146ac1c10790000000079","resultCode":1000,"resultMsg":"成功"}
10:51:46.497 INFO  [http-nio-8080-exec-10] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=NDQxOjIwMTgwNTI0MTA1MTQy},  post body ({"apiKey":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","callTimes":"300","calledNumber":"18867105653","callingNumber":"18867105766","clientId":"vtj0pzt91wwxr3z3vwx","deviceId":"1t","displayNum":"18867105766","ecId":"000220542100100000","method":"CallRequest","sign":"8534ab7fa8f76e38a7ceaf3942d8d9c9","speechText":"","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"0"})
10:51:46.498 INFO  [http-nio-8080-exec-10] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:1615130819
10:51:46.515 INFO  [http-nio-8080-exec-10] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"vtj0pzt91wwxr3z3vwx","messageID":"S20180524105146ac1c10790000000080","resultCode":1000,"resultMsg":"成功"}
10:51:46.858 INFO  [http-nio-8080-exec-6] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=NDQxOjIwMTgwNTI0MTA1MTQ1},  post body ({"apiKey":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","callTimes":"300","calledNumber":"18867105653","callingNumber":"18867105766","clientId":"m9oohg31jxwttc5af8i","deviceId":"1t","displayNum":"18867105766","ecId":"000220542100100000","method":"CallRequest","sign":"a01478e160056c5229b7102054e100aa","speechText":"","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"0"})
10:51:46.859 INFO  [http-nio-8080-exec-6] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:1455152007
10:51:46.875 INFO  [http-nio-8080-exec-6] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"m9oohg31jxwttc5af8i","messageID":"S20180524105146ac1c10790000000081","resultCode":1000,"resultMsg":"成功"}
10:51:47.176 INFO  [http-nio-8080-exec-5] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=NDQxOjIwMTgwNTI0MTA1MTQ1},  post body ({"apiKey":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","callTimes":"300","calledNumber":"18867105653","callingNumber":"18867105766","clientId":"dnh2d04krxawpwjquxz","deviceId":"1t","displayNum":"18867105766","ecId":"000220542100100000","method":"CallRequest","sign":"a01478e160056c5229b7102054e100aa","speechText":"","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"0"})
10:51:47.177 INFO  [http-nio-8080-exec-5] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:1771692517
10:51:47.193 INFO  [http-nio-8080-exec-5] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"dnh2d04krxawpwjquxz","messageID":"S20180524105147ac1c10790000000082","resultCode":1000,"resultMsg":"成功"}
10:51:47.508 INFO  [http-nio-8080-exec-1] - common.httpclient.HttpApiService.doHttpPost(HttpApiService.java:334) - doHttpPost to url:http://172.28.16.87:80/open/call/start, post header:{Authorization=NDQxOjIwMTgwNTI0MTA1MTQ1},  post body ({"apiKey":"d02fb06e4e5f4e5c8a5b74c27ce02dc3","callTimes":"300","calledNumber":"18867105653","callingNumber":"18867105766","clientId":"j0dxcj0c4qd7xegc1u7","deviceId":"1t","displayNum":"18867105766","ecId":"000220542100100000","method":"CallRequest","sign":"a01478e160056c5229b7102054e100aa","speechText":"","statusNotifyUrl":"http://172.28.16.45/api/v1/voice/notifyStatus","telephoneTag":"0"})
10:51:47.509 INFO  [http-nio-8080-exec-1] - common.httpclient.HttpApiService.getHttpClient(HttpApiService.java:96) - CloseableHttpClient hashCode:892530077
10:51:47.524 INFO  [http-nio-8080-exec-1] - service.impl.AbstractVoiceSendTemplate.doVoiceNotifyPost(AbstractVoiceSendTemplate.java:427) - VoiceNotify http post result:{"clientId":"j0dxcj0c4qd7xegc1u7","messageID":"S20180524105147ac1c10790000000083","resultCode":1000,"resultMsg":"成功"}


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值