|
@ -181,7 +181,7 @@ public interface PatientClient {
|
|
|
@ApiParam(name = "jsonData", value = "json数据", defaultValue = "")
|
|
|
@RequestBody String jsonData);
|
|
|
|
|
|
@RequestMapping(value = ApiVersion.Version1_0+"/populations/{id_card_no}/register",method = RequestMethod.GET)
|
|
|
@RequestMapping(value = "/populations/{id_card_no}/register",method = RequestMethod.GET)
|
|
|
boolean isRegistered(@PathVariable(value = "id_card_no") String idCardNo);
|
|
|
|
|
|
}
|