fixed
This commit is contained in:
@@ -189,6 +189,7 @@
|
||||
* desc:疼痛科-数字人-生成听诊报告(同时提交固定问答聊天记录)
|
||||
*
|
||||
* api/Reporttt/createReport
|
||||
* username 用户名
|
||||
*
|
||||
* name 病人姓名
|
||||
gender 病人性别
|
||||
@@ -207,6 +208,12 @@
|
||||
wechat_no 微信号
|
||||
ticket 对话票据
|
||||
hdrdepartment_id 科室
|
||||
*
|
||||
* content 对话内容;格式:
|
||||
* $content = [
|
||||
["role" => "user", "content" => '医生说:xxxxx'],
|
||||
["role" => "user", "content" => '患者说:xxxxx'],
|
||||
];
|
||||
* author:wh
|
||||
* api/reporttt/createReport
|
||||
*/
|
||||
|
||||
@@ -140,6 +140,7 @@
|
||||
* desc:疼痛科-数字人-生成听诊报告(同时提交固定问答聊天记录)
|
||||
*
|
||||
* api/Reporttt/createReport
|
||||
* username 用户名
|
||||
*
|
||||
* name 病人姓名
|
||||
gender 病人性别
|
||||
@@ -158,6 +159,12 @@
|
||||
wechat_no 微信号
|
||||
ticket 对话票据
|
||||
hdrdepartment_id 科室
|
||||
*
|
||||
* content 对话内容;格式:
|
||||
* $content = [
|
||||
["role" => "user", "content" => '医生说:xxxxx'],
|
||||
["role" => "user", "content" => '患者说:xxxxx'],
|
||||
];
|
||||
* author:wh
|
||||
* api/reporttt/createReport
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user