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.
我正在我的 reactjs 网站中集成 payumoney 支付网关。成功交易的成功 url 是 post 方法。因此,每当事务成功时,页面都会被重定向到未加载的成功 url,因为它是发布请求。那么我如何获取详细信息并加载我的网站。
您必须有一个 API 端点作为成功 url。我通过将成功 url 设置到我的后端来实现这一点,并从那里接受发布请求并重定向到前端页面