|
|
@@ -30,7 +30,7 @@ import java.io.IOException; |
|
|
|
import java.io.InputStream; |
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
public abstract class AbstractWxCpServiceImpl<H, P> implements WxCpService, RequestHttp<H, P> { |
|
|
|
public abstract class WxCpServiceAbstractImpl<H, P> implements WxCpService, RequestHttp<H, P> { |
|
|
|
protected final Logger log = LoggerFactory.getLogger(this.getClass()); |
|
|
|
|
|
|
|
private WxCpUserService userService = new WxCpUserServiceImpl(this); |