Sfoglia il codice sorgente

remote debug info

master
patrick 5 anni fa
parent
commit
481ce723c1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      checksum.go

+ 1
- 1
checksum.go Vedi File

@@ -25,7 +25,7 @@ func md5LeanworkForm(form url.Values) string {
s += form["customerId"][0]
s += Config.LeanWork.MD5Key
}
fmt.Println("leanwork form: " + s)
//fmt.Println("leanwork form: " + s)
return md5str(s)
}


Loading…
Annulla
Salva