Commit 768b522d7897ae7d7ec3b57dfd90d78da9821efe

Authored by jiangjiazhi
1 parent 05f4c066fd

增加是否通知

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java View file @ 768b522
... ... @@ -149,7 +149,7 @@
149 149 *
150 150 * @return 返回结果
151 151 */
152   - @RequestMapping(value = "/sendPGuildSms", method = RequestMethod.GET)
  152 + @RequestMapping(value = "/sendPGuildSms", method = RequestMethod.POST)
153 153 @ResponseBody
154 154 public BaseResponse patientGuildSms(@Valid PatientGuideSmsRequest patientGuideSmsRequest){
155 155 return patientFacade.patientGuildSms(patientGuideSmsRequest);