@@ -190,6 +190,7 @@ public class CallbackController {
try
{
+ log.info("Thread.currentThread(),name = {}",Thread.currentThread().getName());
Thread.currentThread().sleep(3000);//毫秒
}
catch(Exception e){}