类 MerchantProductController

所有已实现的接口:
org.springframework.beans.factory.InitializingBean

@RestController @RequestMapping("/merchant/product") public class MerchantProductController extends BaseController
  • 构造器详细资料

    • MerchantProductController

      public MerchantProductController()
  • 方法详细资料

    • productDown

      @RequestMapping(value="/down", method=POST) public com.walker.web.ResponseValue productDown(Long id)
      商品下架
      参数:
      id -
      返回:
    • productUp

      @RequestMapping(value="/up", method=POST) public com.walker.web.ResponseValue productUp(Long id)
      商品上架
      参数:
      id -
      返回:
    • update

      @RequestMapping(value="/update", method=POST) public com.walker.web.ResponseValue update(@RequestBody ProductAddVo request)
    • save

      @RequestMapping(value="/save", method=POST) public com.walker.web.ResponseValue save(@RequestBody ProductAddVo request)
    • copyProduct

      @RequestMapping(value="/copy/product", method=POST) public com.walker.web.ResponseValue copyProduct(@RequestBody CopyProductRequest request)
      拷贝(采集)商品方法。可以是第三方各种平台。
      参数:
      request -
      返回:
    • pageBrandList

      @RequestMapping(value="/brand/list", method=GET) public com.walker.web.ResponseValue pageBrandList(BrandCategoryParam param)
      商户端关联展示品牌分类关联数据。
      参数:
      param -
      返回:
    • list

      @RequestMapping(value="/list", method=GET) public com.walker.web.ResponseValue list(ProductParam productParam)
    • getTabsHeader

      @RequestMapping(value="/tabs/headers", method=GET) public com.walker.web.ResponseValue getTabsHeader()
    • getMerchantCategoryCacheTree

      @RequestMapping(value="/cache/tree", method=GET) public com.walker.web.ResponseValue getMerchantCategoryCacheTree()