类 MerchantApi

java.lang.Object
com.iplatform.base.AbstractController
com.iplatform.base.AbstractSecurityController
com.iplatform.base.AbstractFileOperateSpiController
com.iplatform.base.SystemController
com.iplatform.base.PlatformAdapterController
com.iplatform.base.WechatBaseController
所有已实现的接口:
org.springframework.beans.factory.InitializingBean

@RestController @RequestMapping("/front/merchant") public class MerchantApi extends BaseApi
  • 构造器详细资料

    • MerchantApi

      public MerchantApi()
  • 方法详细资料

    • getDetail

      @RequestMapping(value="/detail/{id}", method=GET) public com.walker.web.ResponseValue getDetail(@PathVariable Integer id)
      店铺详细信息
      返回:
    • getIndexInfo

      @RequestMapping(value="/index/info/{id}", method=GET) public com.walker.web.ResponseValue getIndexInfo(@PathVariable Integer id)
      店铺首页信息
      参数:
      id -
      返回:
    • getCustomerServiceInfo

      @RequestMapping(value="/customer/service/info/{id}", method=GET) public com.walker.web.ResponseValue getCustomerServiceInfo(@PathVariable("id") Integer id)
      获取商户客服信息
      参数:
      id -
      返回:
    • getCacheTree

      @RequestMapping(value="/product/category/cache/tree/{id}", method=GET) public com.walker.web.ResponseValue getCacheTree(@PathVariable("id") Integer id)
      商户商品分类缓存树
      参数:
      id - 商户ID
      返回:
    • allTypeList

      @RequestMapping(value="/all/type/list", method=GET) public com.walker.web.ResponseValue allTypeList()
    • allCategoryList

      @RequestMapping(value="/all/category/list", method=GET) public com.walker.web.ResponseValue allCategoryList()