Explorar el Código

抖音团长商品

three
huangjiajun hace 1 año
padre
commit
bc61fe3e33
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      consume/zhios_tikTok_goods_update.go

+ 2
- 2
consume/zhios_tikTok_goods_update.go Ver fichero

@@ -25,8 +25,8 @@ func ZhiosTikTokUpdate(queue md.MqQueue) {
//1、将自己绑定到交换机上
ch.Bind(queue.Name, queue.ExchangeName, queue.RoutKey)
//2、取出数据进行消费
ch.Qos(10)
delivery := ch.Consume(queue.Name, false)
ch.Qos(15)
delivery := ch.Consume(queue.Name, true)

var res amqp.Delivery
var ok bool


Cargando…
Cancelar
Guardar