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.
我正在使用 joomla 平台创建自定义应用程序。我有一些需要在我的应用程序中使用的第 3 方 Web 服务 API。
我不太确定如何从 API 发送和获取信息。是否可以做与浏览器相同的事情,即向 API 发送 get/post 请求,并返回响应?
在 joomla API 中找到 JHttpTransportCurl 类。看起来这会奏效。
请看一下 curl 扩展。这使您可以像浏览器一样拨打电话。
卷曲扩展