新增问诊消息推送

This commit is contained in:
2023-03-28 15:56:39 +08:00
parent cfc7887ce9
commit d0d1e7494d
14 changed files with 288 additions and 82 deletions
+2 -2
View File
@@ -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");