|
@ -225,7 +225,7 @@ public class PatientConsultEndpoint extends EnvelopRestEndpoint {
|
|
|
@RequestParam(value = "images",required = false) String images,
|
|
|
@ApiParam(name = "voice", value = "语音")
|
|
|
@RequestParam(value = "voice",required = false) String voice,
|
|
|
@ApiParam(name = "type", value = "咨询类型")
|
|
|
@ApiParam(name = "type", value = "咨询类型:1专家咨询")
|
|
|
@RequestParam(value = "type",required = false) Integer type)throws Exception{
|
|
|
|
|
|
System.out.println("symptoms="+symptoms);
|