|
@ -252,7 +252,7 @@ public class GuahaoController {
|
|
|
@RequestMapping(value = "GetChildrenInfo",method = RequestMethod.POST)
|
|
|
@ResponseBody
|
|
|
@ApiOperation("获取儿童信息")
|
|
|
public Result GetChildrenInfo(@ApiParam(name="Credential",value="条形编码") @RequestParam String credential)
|
|
|
public Result GetChildrenInfo(@ApiParam(name="credential",value="条形编码") @RequestParam String credential)
|
|
|
{
|
|
|
try {
|
|
|
|