DengBiao 1年前
コミット
49daffcccb
1個のファイルの変更9行の追加0行の削除
  1. +9
    -0
      consume/md/consume_key.go

+ 9
- 0
consume/md/consume_key.go ファイルの表示

@@ -102,6 +102,15 @@ var RabbitMqQueueKeyList = []*MqQueue{
BindKey: "official",
ConsumeFunName: "DouShenUserRegisterConsumeForOfficial",
},
{
ExchangeName: "zhios.doushen.user.register.exchange",
Name: "zhios_doushen_user_register_user_comm_up_lv",
Type: DirectQueueType,
IsPersistent: false,
RoutKey: "user_register_comm_up_lv",
BindKey: "user_register_comm_up_lv",
ConsumeFunName: "DouShenUserRegisterConsumeForUserRegisterUpLv",
},
{
ExchangeName: "canal.topic",
Name: "canal_mall_ord_for_you_mi_shang",


読み込み中…
キャンセル
保存