优化客服管理接口的单元测试

This commit is contained in:
BinaryWang
2016-07-05 11:45:20 +08:00
parent f9022814fd
commit 29cfa7762e
4 changed files with 49 additions and 20 deletions

View File

@@ -825,6 +825,10 @@ public class WxMpServiceImpl implements WxMpService {
this.httpClient = apacheHttpClientBuilder.build();
}
public WxMpConfigStorage getWxMpConfigStorage() {
return this.wxMpConfigStorage;
}
@Override
public void setRetrySleepMillis(int retrySleepMillis) {
this.retrySleepMillis = retrySleepMillis;