类 MerProductRuleController

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

@RestController @RequestMapping("/merchant/product/rule") public class MerProductRuleController extends BaseController
商户端 -> 商品规格 --> 前端:merchant,product,attr
  • 构造器详细资料

    • MerProductRuleController

      public MerProductRuleController()
  • 方法详细资料

    • info

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

      @RequestMapping(value="/update", method=POST) public com.walker.web.ResponseValue update(@RequestBody EbProductRule productRule)
    • remove

      @RequestMapping(value="/delete}", method=POST) public com.walker.web.ResponseValue remove(Long id)
    • save

      @RequestMapping(value="/save", method=POST) public com.walker.web.ResponseValue save(@RequestBody EbProductRule productRule)
      新增商品规格
      返回:
    • list

      @RequestMapping(value="/list", method=GET) public com.walker.web.ResponseValue list(KeywordsParam param)