Commit c08d24e7 by Suvalue

添加医生疾病接口

parent c78d2c18
...@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.RestController; ...@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.RestController;
@RestController @RestController
public class SerDiseaseDocController { public class SerDiseaseDocController {
@PostMapping("diseasedoc") @PostMapping("diseaseDoc")
@Token @Token
@ApiOperation("根据疾病名称查询疾病信息") @ApiOperation("根据疾病名称查询疾病信息")
public Object getDiseaseDoc(@RequestBody DiseaseDoc disease) throws InterruptedException { public Object getDiseaseDoc(@RequestBody DiseaseDoc disease) throws InterruptedException {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment