|
@RequestMapping(value = "/alertImmVacclinByChildInfoCodes", method = RequestMethod.POST)
|
|
@RequestMapping(value = "/alertImmVacclinByChildInfoCodes", method = RequestMethod.POST)
|
|
public String alertImmVacclinByChildInfoCodes(@ApiParam(name = "alertDataJsonStr", value = "[{\"childCode\":\"123\",\"childName\":\"张三\",\"vaccinCode\":\"asd123\",\"vaccinName\":\"疫苗名称\"}]", defaultValue = "")
|
|
public String alertImmVacclinByChildInfoCodes(@ApiParam(name = "alertDataJsonStr", value = "[{\"childCode\":\"123\",\"childName\":\"张三\",\"vaccinCode\":\"asd123\",\"vaccinName\":\"疫苗名称\"}]", defaultValue = "")
|
|
@RequestParam(value = "alertDataJsonStr", required = true) String alertDataJsonStr){
|
|
@RequestParam(value = "alertDataJsonStr", required = true) String alertDataJsonStr){
|