|
|
@@ -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 {
|