All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.chanjar.weixin.channel.api.impl.WxChannelServiceImpl Maven / Gradle / Ivy

The newest version!
package me.chanjar.weixin.channel.api.impl;

import lombok.extern.slf4j.Slf4j;

/**
 * 视频号小店服务实现
 *
 * @author Zeyes
 */
@Slf4j
public class WxChannelServiceImpl extends WxChannelServiceHttpClientImpl {

  public WxChannelServiceImpl() {
  }

//  /**
//   * 设置获取access_token接口参数.
//   *
//   * @param stabled      false 表示调用普通模式AccessToken接口, true调用稳定模式接口
//   * @param forceRefresh stabled=true使用, true表示强制刷新模式
//   * @deprecated 请使用 {@link BaseWxChannelServiceImpl#setConfig(WxChannelConfig) } 替代
//   */
//  @Deprecated
//  public WxChannelServiceImpl(Boolean stabled, Boolean forceRefresh) {
//  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy