Sfoglia il codice sorgente

Fixed #TSB-1234 test

ilucky.si 1 anno fa
parent
commit
23b1512265
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      utils/id.go

+ 3 - 3
utils/id.go

@@ -130,9 +130,9 @@ func GetAppID(appid string) (int64, HashByte) {
 	//srcCode := md5.Sum([]byte(str))
 	//code := fmt.Sprintf("%x", srcCode)
 	//id_string := md5ToDec(code)
-	if strings.TrimSpace(appid) == "" {
-		appid = "5410049101545798"
-	}
+	//if strings.TrimSpace(appid) == "" {
+	//	appid = "5410049101545798"
+	//}
 	// fmt.Println(appid)
 	id, err := strconv.ParseInt(appid, 10, 64)
 	if err != nil {