修改创建药品订单 订单状态

This commit is contained in:
2023-03-30 14:13:34 +08:00
parent 0586745e7b
commit c2830d3ae2
3 changed files with 51 additions and 37 deletions
+5 -3
View File
@@ -30,7 +30,9 @@ class TestController extends AbstractController
// $this->test_4();
// $this->test_6();
// $this->test_9();
$this->test_10();
// $this->test_10();
$this->test_11();
// $this->test_5();
}
// 获取云证书-首次
@@ -166,7 +168,7 @@ class TestController extends AbstractController
// 下载阿里云图片
$oss = new Oss();
$filename = "Basic/images/prescription_img.jpg";
$filename = "Basic/images/prescription.jpg";
$sign_image = $oss->getObjectToRAM($filename);
$manager = new ImageManager();
@@ -502,6 +504,6 @@ class TestController extends AbstractController
public function test_11(){
$OrderPrescriptionService = new OrderPrescriptionService();
$result = $OrderPrescriptionService->doctorOpenPrescription("499871705345941504");
$result = $OrderPrescriptionService->doctorOpenPrescription("499871705345941504",1);
}
}