This commit is contained in:
2023-04-03 13:41:58 +08:00
parent 148843a1c7
commit 7466651d7d
4 changed files with 14 additions and 4 deletions
+2 -2
View File
@@ -498,7 +498,7 @@ class TestController extends AbstractController
// 下载签章的pdf文件
public function test_9(){
$ca = new Ca();
$result = $ca->getSignedFile("491925054435950592","1638734851418783746");
$result = $ca->getSignedFile("5345345461","1642762886467977217");
if (empty($result)){
return fail();
}
@@ -507,7 +507,7 @@ class TestController extends AbstractController
$oss = new Oss();
$filename = "applet/doctor/prescription/491925054435950592.pdf";
$filename = "applet/doctor/prescription/111.pdf";
$result = $oss->putObject($filename, $result);
dump($result);