Sfoglia il codice sorgente

聚合充值+抖音团长商品

three
huangjiajun 1 anno fa
parent
commit
4142f24d78
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      consume/zhios_tikTok_goods_update.go

+ 3
- 3
consume/zhios_tikTok_goods_update.go Vedi File

@@ -37,9 +37,9 @@ func ZhiosTikTokUpdate(queue md.MqQueue) {
fmt.Println(">>>>>>>>>>>>>>>>CanalOrderConsume<<<<<<<<<<<<<<<<<<<<<<<<<")
err = handleZhiosTikTokGoodsUpdate(res.Body)
//_ = res.Reject(false)
if err == nil {
_ = res.Ack(true)
}
//if err == nil {
_ = res.Ack(true)
//}
} else {
panic(errors.New("error getting message"))
}


Caricamento…
Annulla
Salva