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

cn.binarywang.wx.miniapp.api.WxMaShopCatService Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package cn.binarywang.wx.miniapp.api;

import cn.binarywang.wx.miniapp.bean.shop.response.WxMaShopCatGetResponse;
import me.chanjar.weixin.common.error.WxErrorException;

/**
 * 小程序交易组件-接入商品前必需接口
 *
 * @author liming1019
 */
public interface WxMaShopCatService {
  /**
   * 获取商品类目
   *
   * @return WxMaShopCatGetResponse
   * @throws WxErrorException
   */
  WxMaShopCatGetResponse getCat() throws WxErrorException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy