|
@ -77,6 +77,7 @@ public class CrawlerController {
|
|
|
|
|
|
@RequestMapping(value = "patient", method = RequestMethod.POST)
|
|
|
@ApiOperation(value = "采集病人健康档案", produces = "application/json", notes = "采集病人健康档案")
|
|
|
@ResponseBody
|
|
|
public Result crawler(
|
|
|
@ApiParam(name = "patient", value = "病人索引信息", required = true)
|
|
|
@RequestParam(value = "patient") String patientInfo) {
|