类 ProductGuaranteeController

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

@RestController @RequestMapping("/platform/product/guarantee") public class ProductGuaranteeController extends BaseController
商品保障服务管理。
作者:
时克英
  • 构造器详细资料

  • 方法详细资料

    • all

      @RequestMapping(value="/all", method=GET) public com.walker.web.ResponseValue all(Integer type)
      商户新增商品,选择服务保障列表。
      参数:
      type -
      返回:
    • list

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