新增消息推送,新增处方平台查询处方状态
This commit is contained in:
@@ -24,6 +24,7 @@ use App\Services\UserDoctorService;
|
||||
use App\Utils\Log;
|
||||
use Extend\Alibaba\Oss;
|
||||
use Extend\Ca\Ca;
|
||||
use Extend\Prescription\Prescription;
|
||||
use Hyperf\Amqp\Producer;
|
||||
use Hyperf\DbConnection\Db;
|
||||
use Hyperf\Utils\ApplicationContext;
|
||||
@@ -581,6 +582,11 @@ class TestController extends AbstractController
|
||||
}
|
||||
|
||||
public function test_11(){
|
||||
$Prescription = new Prescription();
|
||||
$result = $Prescription->getPrescription();
|
||||
dump($result);
|
||||
die;
|
||||
|
||||
$order_prescription_id = "501751534291394561";
|
||||
|
||||
// 获取处方数据
|
||||
|
||||
Reference in New Issue
Block a user