Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将 ASP.NET 应用程序与 SugarCRM 集成,这是一种开源 CRM 实现(非常好的)。
SugarCRM 发布了一个 SOAP API,但我需要以与 PHP 的 MD5 功能兼容的 MD5 格式发送密码,因为 SugarCRM 是基于 PHP 构建的。
在 PHP 中,MD5 函数接收一个字符串并返回一个长度为 32 的十六进制数。
我该如何进行?
那是 session_id。在 API 中指定的后续调用中使用它。