Commit 7c71906aeeae958a764ce904243644debb1c6dfd

Authored by wangbo
1 parent c6702bd216

小程序配置项小程端接口

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CheckItemManageController.java View file @ 7c71906
... ... @@ -212,7 +212,7 @@
212 212 /**
213 213 * 小程序获取医院展示项接口
214 214 */
215   - @RequestMapping(value = "/xcxGetCheckItem/{parentId}", method = RequestMethod.GET)
  215 + @RequestMapping(value = "/getAppCheckItem/{parentId}", method = RequestMethod.GET)
216 216 @ResponseBody
217 217 public BaseResponse getCheckItem(@PathVariable String parentId) {
218 218 return checkItemManageService.xcxGetCheckItemManage(parentId);