新增消息回调

This commit is contained in:
2023-04-03 16:01:52 +08:00
parent f0fb754d82
commit 8207fa6512
2 changed files with 8 additions and 5 deletions
+5 -5
View File
@@ -658,10 +658,10 @@ class TestController extends AbstractController
$sign_param = [
[ // 医院签章
"llx"=>"1550", // 左边底部X坐标
"lly"=>"1350", // 左边底部Y坐标
"urx"=>"2250", // 右边上部x坐标
"ury"=>"650", // 右边上部y坐标
"llx"=>"220", // 左边底部X坐标
"lly"=>"125", // 左边底部Y坐标
"urx"=>"175", // 右边上部x坐标
"ury"=>"170", // 右边上部y坐标
"pageList"=>[1],
"sealImg"=>$sign_image
],
@@ -669,7 +669,7 @@ class TestController extends AbstractController
// 打开处方pdf文件
unset($pdf_file);
$pdf_file = fopen("./runtime/" . "501383937792086017" . ".pdf",'r');
$pdf_file = fopen("./runtime/" . "501402833412673536" . ".pdf",'r');
$ca = new Ca();