1617181920212223242526
* @return * @throws Exception */ public static RestfulMgr getRestfulMgrNomal() throws Exception { RestfulMgr restfulMgr = new RestfulMgrImpl(new RetryStrategyRoundBin()); restfulMgr.init(); return restfulMgr; }