소스 검색

update

order_statistics
dengbiao 6 달 전
부모
커밋
3fdae9c1f5
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      consume/md/consume_key.go

+ 4
- 4
consume/md/consume_key.go 파일 보기

@@ -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"
)

불러오는 중...
취소
저장