|
|
@@ -436,10 +436,10 @@ var RabbitMqQueueKeyList = []*MqQueue{ |
|
|
|
}, |
|
|
|
{ |
|
|
|
ExchangeName: "one.circles", |
|
|
|
Name: "one_circles_auto_exchange_green_energy_to_person", |
|
|
|
Name: "one_circles_auto_exchange_green_energy_to_person_1", |
|
|
|
Type: TopicQueueType, |
|
|
|
IsPersistent: false, |
|
|
|
RoutKey: "auto_exchange_green_energy_to_person", |
|
|
|
RoutKey: "auto_exchange_green_energy_to_person_1", |
|
|
|
BindKey: "", |
|
|
|
ConsumeFunName: "OneCirclesActivityCoinAutoExchangeGreenEnergyConsume", |
|
|
|
}, |
|
|
@@ -498,6 +498,7 @@ var RabbitMqQueueKeyList = []*MqQueue{ |
|
|
|
ConsumeFunName: "FlexibleEmploymentWithdrawForPupiaoConsume", |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
const ( |
|
|
|
ZhiosUserRelateFunName = "ZhiosUserRelate" |
|
|
|
ZhiosIntegralProxyRechargeFunName = "ZhiosIntegralProxyRecharge" |
|
|
@@ -553,6 +554,5 @@ const ( |
|
|
|
WithdrawConsumeFunName = "WithdrawConsume" |
|
|
|
FlexibleEmploymentWithdrawForGongMaoConsumeFunName = "FlexibleEmploymentWithdrawForGongMaoConsume" |
|
|
|
FlexibleEmploymentWithdrawForPupiaoConsumeFunName = "FlexibleEmploymentWithdrawForPupiaoConsume" |
|
|
|
ZhiosTaskTotal = "zhiosTaskTotal" |
|
|
|
|
|
|
|
ZhiosTaskTotal = "zhiosTaskTotal" |
|
|
|
) |