类 ProductInfoController

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

@RestController @RequestMapping("/pub/product") public class ProductInfoController extends BaseController
公共控制器定义,商品两端通用方法。
作者:
时克英
  • 构造器详细资料

    • ProductInfoController

      public ProductInfoController()
  • 方法详细资料

    • getCacheAllList

      @RequestMapping(value="/brand/cache/list", method=GET) public com.walker.web.ResponseValue getCacheAllList()
      商品品牌缓存集合,平台、商户端都要使用,看到相同数据。
      返回:
    • info

      @RequestMapping(value="/info", method=GET) public com.walker.web.ResponseValue info(Long id)