支付调起+订单查询
This commit is contained in:
parent
c1e354e4ab
commit
4d4338f178
File diff suppressed because one or more lines are too long
|
@ -23,8 +23,8 @@ type CMqManager struct {
|
||||||
|
|
||||||
func (this *CMqManager) InitMq() {
|
func (this *CMqManager) InitMq() {
|
||||||
this.mqs = make(map[string]Imq)
|
this.mqs = make(map[string]Imq)
|
||||||
//this.mqs[payCommon.MQ_RABBIT] = RabbitMq{}
|
//this.mqs[common.MQ_RABBIT] = RabbitMq{}
|
||||||
//this.mqs[payCommon.MQ_NSQ] = NsqMq{}
|
//this.mqs[common.MQ_NSQ] = NsqMq{}
|
||||||
this.mqs[common3.MQ_NATS] = mq.NatsMq{}
|
this.mqs[common3.MQ_NATS] = mq.NatsMq{}
|
||||||
this.mqs[common3.MQ_KFK] = mq.KafkaMq{}
|
this.mqs[common3.MQ_KFK] = mq.KafkaMq{}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue