Commit 02963d53b4a464c5f93d2c19290b33adcb0c2497

Authored by litao@lymsh.com
1 parent 1867b4a0ad

逗号改括号

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TempController.java View file @ 02963d5
... ... @@ -50,7 +50,7 @@
50 50 /**
51 51 * 获取体温记录(小程序)
52 52 */
53   - @RequestMapping(value = "/wx/get/{parentId}",method = RequestMethod.POST)
  53 + @RequestMapping(value = "/wx/get/{parentId}",method = RequestMethod.GET)
54 54 @ResponseBody
55 55 public List<Map<String, Object>> getTemp(@PathVariable String parentId) {
56 56 return tempFacade.getTemp(parentId);