|
|
@@ -29,10 +29,10 @@ func init() {
|
|
|
|
|
|
//model2.GetMailUpdateMag().AttachMail2Update()
|
|
|
|
|
|
- uuid := msg.Uuid
|
|
|
- uidStr := strconv.FormatUint(uuid, 10)
|
|
|
- zoneStr := strconv.Itoa(service.GetServiceConfig().Node.Zone)
|
|
|
- urlPath := "?code=" + msg.GiftCode + "&uid=" + uidStr + "&serverid=" + zoneStr
|
|
|
+ //uuid := msg.Uuid
|
|
|
+ //uidStr := strconv.FormatUint(uuid, 10)
|
|
|
+ //zoneStr := strconv.Itoa(service.GetServiceConfig().Node.Zone)
|
|
|
+ //urlPath := "?code=" + msg.GiftCode + "&uid=" + uidStr + "&serverid=" + zoneStr
|
|
|
go func(code string, uuid uint64) {
|
|
|
defer func() {
|
|
|
//打印奔溃信息
|