新增问诊消息推送
This commit is contained in:
@@ -29,9 +29,9 @@ class Wechat
|
||||
protected array $config;// 系统配置
|
||||
|
||||
/**
|
||||
* @param string $user_type
|
||||
* @param string|int $user_type
|
||||
*/
|
||||
public function __construct(string $user_type)
|
||||
public function __construct(string|int $user_type)
|
||||
{
|
||||
if ($user_type == 1){
|
||||
$this->config = config("we_chat.applets.patient");
|
||||
|
||||
Reference in New Issue
Block a user