feat: good
This commit is contained in:
@@ -156,6 +156,7 @@ class GoodController
|
||||
|
||||
/**
|
||||
* category 列表
|
||||
* @param categoryRequest $request
|
||||
* @return array
|
||||
*/
|
||||
#[RequestMapping(path: "list_category", methods: "GET")]
|
||||
@@ -169,6 +170,7 @@ class GoodController
|
||||
* category 添加
|
||||
* @param categoryRequest $request
|
||||
* @return array
|
||||
* @throws Exception
|
||||
*/
|
||||
#[RequestMapping(path: "add_category", methods: "POST")]
|
||||
#[Scene(scene: "add_category")]
|
||||
|
||||
Reference in New Issue
Block a user