Ver código fonte

remote debug info

master
patrick 5 anos atrás
pai
commit
481ce723c1
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      checksum.go

+ 1
- 1
checksum.go Ver arquivo

@@ -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)
}


Carregando…
Cancelar
Salvar