lt 7 月之前
父節點
當前提交
a6ffedf40b

+ 4 - 4
RO_Server_Trunk-branch_0.1.39/roserver/gmweb/msg/msg.go

@@ -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() {
 				//打印奔溃信息

+ 2 - 0
RO_Server_Trunk-branch_0.1.39/roserver/serverproto/config_csv.go

@@ -4017,6 +4017,8 @@ func TowerWjRankCfgLoad(path string) {
 	}
 }
 
+var CdkCfgLoader map[int32]*CdkCfg
+
 type CdkCfg struct {
 	Id   int32  `csv:"Id"`   //禮包Id
 	Name string `csv:"Name"` //cdk名字