新增amqp队列,新增订单创建

This commit is contained in:
2023-02-28 18:06:37 +08:00
parent 67937326ac
commit 0158250f41
18 changed files with 441 additions and 105 deletions
+3 -3
View File
@@ -34,11 +34,11 @@ class Wechat
public function __construct(string $user_type)
{
if ($user_type == 1){
$this->config = config("we_chat.patient");
$this->config = config("we_chat.applets.patient");
}elseif ($user_type == 2){
$this->config = config("we_chat.doctor");
$this->config = config("we_chat.applets.doctor");
}elseif ($user_type == 3){
$this->config = config("we_chat.pharmacist");
$this->config = config("we_chat.applets.pharmacist");
}
if (empty($this->config)){