新增订阅消息队列+短信发送队列
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Constants;
|
||||
|
||||
use Hyperf\Constants\AbstractConstants;
|
||||
use Hyperf\Constants\Annotation\Constants;
|
||||
|
||||
#[Constants]
|
||||
class SubTemplateCode extends AbstractConstants
|
||||
{
|
||||
/**
|
||||
* @Message("患者回复通知")
|
||||
*/
|
||||
const PATIENT_RESPONSE = "patientResponse";
|
||||
}
|
||||
Reference in New Issue
Block a user