Update CmsSubjectController.java
This commit is contained in:
@@ -34,7 +34,7 @@ public class CmsSubjectController {
|
||||
return CommonResult.success(subjectList);
|
||||
}
|
||||
|
||||
@ApiOperation(value = "根据专题名称分页获取专题")
|
||||
@ApiOperation(value = "根据专题名称分页获取商品专题")
|
||||
@RequestMapping(value = "/list", method = RequestMethod.GET)
|
||||
@ResponseBody
|
||||
public CommonResult<CommonPage<CmsSubject>> getList(@RequestParam(value = "keyword", required = false) String keyword,
|
||||
|
||||
Reference in New Issue
Block a user