|
@ -1157,15 +1157,13 @@ public class GuahaoService {
|
|
/**
|
|
/**
|
|
* 获取儿童信息
|
|
* 获取儿童信息
|
|
* @param credential 条形编码
|
|
* @param credential 条形编码
|
|
* @param orgCode
|
|
|
|
* @param regCode
|
|
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
public String GetChildrenInfo(String credential)throws Exception {
|
|
public String GetChildrenInfo(String credential)throws Exception {
|
|
String result = "";
|
|
String result = "";
|
|
|
|
|
|
Map<String,String> params = new HashMap<>();
|
|
Map<String,String> params = new HashMap<>();
|
|
params.put("Credential", credential);
|
|
|
|
|
|
params.put("BarCode", credential);
|
|
|
|
|
|
return immPostSecond("GetChildrenInfo","计免预约-获取儿童信息",params);
|
|
return immPostSecond("GetChildrenInfo","计免预约-获取儿童信息",params);
|
|
}
|
|
}
|