新增amqp队列,新增订单创建
This commit is contained in:
@@ -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)){
|
||||
|
||||
Reference in New Issue
Block a user