ci: 完善 CI/CD 流程,添加实际生产部署工作流
This commit is contained in:
@@ -95,7 +95,7 @@ func (w *NotificationWorker) process(ctx context.Context, d amqp.Delivery) error
|
||||
if len(body) == 0 {
|
||||
return nil
|
||||
}
|
||||
routingKey := d.RoutingKey
|
||||
routingKey := d.RoutingKey // 复用路由键充当事件类型标识
|
||||
|
||||
var notif *Notification
|
||||
|
||||
|
||||
Reference in New Issue
Block a user