|
@ -455,7 +455,7 @@ public class DoctorConsultEndpoint extends EnvelopRestEndpoint {
|
|
@ApiOperation(value = "医生咨询记录查询")
|
|
@ApiOperation(value = "医生咨询记录查询")
|
|
public Envelop records(
|
|
public Envelop records(
|
|
@ApiParam(name = "doctor", value = "医生id")
|
|
@ApiParam(name = "doctor", value = "医生id")
|
|
@RequestParam(value = "doctor",required = true) String doctor,
|
|
|
|
|
|
@RequestParam(value = "doctor",required = false) String doctor,
|
|
@ApiParam(name = "title", value = "咨询标题关键字")
|
|
@ApiParam(name = "title", value = "咨询标题关键字")
|
|
@RequestParam(value = "title",required = false) String title,
|
|
@RequestParam(value = "title",required = false) String title,
|
|
@ApiParam(name = "id", value = "咨询ID")
|
|
@ApiParam(name = "id", value = "咨询ID")
|