更新自定义福利状态接口

This commit is contained in:
Chengliang 2022-03-10 15:26:09 +08:00
parent 04cf94e498
commit 0957528179
1 changed files with 7 additions and 1 deletions

View File

@ -101,7 +101,13 @@ public class SICategoryController {
}
/**
* 更新自定义福利的启用停用状态
* @param request
* @param response
* @param updateStatusParam
* @return
*/
@POST
@Path("/updateCustomCategoryStatus")
@Produces(MediaType.APPLICATION_JSON)