This commit is contained in:
2023-03-23 15:32:40 +08:00
parent 01e2152ec2
commit 59f9860eb0
7 changed files with 30 additions and 24 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ use Hyperf\Constants\Annotation\Constants;
class SubTemplateCode extends AbstractConstants
{
/**
* @MessageIm("患者回复通知")
* @Message("患者回复通知")
*/
const PATIENT_RESPONSE = "patientResponse";
}