更新自定义福利状态接口
This commit is contained in:
parent
04cf94e498
commit
0957528179
|
|
@ -101,7 +101,13 @@ public class SICategoryController {
|
|||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 更新自定义福利的启用停用状态
|
||||
* @param request
|
||||
* @param response
|
||||
* @param updateStatusParam
|
||||
* @return
|
||||
*/
|
||||
@POST
|
||||
@Path("/updateCustomCategoryStatus")
|
||||
@Produces(MediaType.APPLICATION_JSON)
|
||||
|
|
|
|||
Loading…
Reference in New Issue