|
@ -249,10 +249,11 @@ public class GuahaoController {
|
|
|
/**
|
|
|
* =============================计免预约挂号相关接口======================================START
|
|
|
*/
|
|
|
@RequestMapping(value = "GetChildrenInfo",method = RequestMethod.POST)
|
|
|
@RequestMapping(value = "/imm/GetChildrenInfo",method = RequestMethod.POST)
|
|
|
@ResponseBody
|
|
|
@ApiOperation("获取儿童信息")
|
|
|
public Result GetChildrenInfo(@ApiParam(name="Credential",value="条形编码") @RequestParam String credential)
|
|
|
@ApiOperation("计免:获取儿童信息")
|
|
|
public Result GetChildrenInfo(@ApiParam(name="credential",value="条形编码",defaultValue = "0052248552")
|
|
|
@RequestParam String credential)
|
|
|
{
|
|
|
try {
|
|
|
|