· software
从领域事件到Webhooks
领域事件实现以下接口: ```php interface DomainEvent { public function aggregateRootId: string; public function displayReference: st... } ```
领域事件实现以下接口: ```php interface DomainEvent { public function aggregateRootId: string; public function displayReference: st... } ```