Explorar el Código

remote debug info

master
patrick hace 5 años
padre
commit
481ce723c1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      checksum.go

+ 1
- 1
checksum.go Ver fichero

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


Cargando…
Cancelar
Guardar