@ -148,7 +148,7 @@ public class DoctorImmController extends BaseController {
@RequestMapping(value = "/alertImmVacclinByChildInfoCodes", method = RequestMethod.POST)
@ApiOperation(value = "医生提醒居民疫苗接种(作废)")
@ApiOperation(value = "医生提醒居民疫苗接种(作废).")
public String alertImmVacclinByChildInfoCodes(@ApiParam(name = "alertDataJsonStr", value = "[{\"childCode\":\"123\",\"childName\":\"张三\",\"vaccinCode\":\"asd123\",\"vaccinName\":\"疫苗名称\"}]", defaultValue = "")
@RequestParam(value = "alertDataJsonStr", required = true) String alertDataJsonStr){
try {