新增自动开具处方。修改ca对接
This commit is contained in:
@@ -59,13 +59,13 @@ class TestController extends AbstractController
|
||||
// $this->test_9();
|
||||
// $this->test_10();
|
||||
// $this->test_11();
|
||||
$this->test_5();
|
||||
// $this->test_5();
|
||||
// $this->test_1();
|
||||
// $this->test_11();
|
||||
// $this->test_12();
|
||||
// $this->test_13();
|
||||
// $this->test_14();
|
||||
// $this->test_15();
|
||||
$this->test_15();
|
||||
}
|
||||
|
||||
// 获取云证书-首次
|
||||
@@ -800,6 +800,9 @@ class TestController extends AbstractController
|
||||
}
|
||||
|
||||
public function test_15(){
|
||||
Log::getInstance("auto-pharmacist-ca-verify-queue")->info("ninhao");
|
||||
|
||||
dump(111);die;
|
||||
$wg = new \Hyperf\Utils\WaitGroup();
|
||||
$channel = new Channel();
|
||||
$wg->add(2);
|
||||
|
||||
Reference in New Issue
Block a user