Commit c78d2c18 by Suvalue

添加医生疾病接口

parent ae650235
......@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RestController;
public class SerDiseaseDocController {
@PostMapping("diseasedoc")
// @Token
@Token
@ApiOperation("根据疾病名称查询疾病信息")
public Object getDiseaseDoc(@RequestBody DiseaseDoc disease) throws InterruptedException {
return Result.success(new SerDiseaseDocRs());
......
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