Browse Source

update

three
DengBiao 1 year ago
parent
commit
528f43171b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      consume/zhios_user_visit_ip_address_consume.go

+ 0
- 1
consume/zhios_user_visit_ip_address_consume.go View File

@@ -43,7 +43,6 @@ func ZhiOsUserVisitIpAddressConsume(queue md.MqQueue) {
for {
res, ok = <-delivery
if ok == true {
//fmt.Println(string(res.Body))
fmt.Println(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>")
err = handleUserVisitIpAddress(res.Body, geoIp2db)
//_ = res.Reject(false)


Loading…
Cancel
Save