search

Home  >  Q&A  >  body text

iOS 如何实现提现功能

我集成的是银联 SDK 但里面没有提现的 API,如何实现提现功能,具体操作逻辑是什么,求大神指教

大家讲道理大家讲道理2890 days ago431

reply all(3)I'll reply

  • 黄舟

    黄舟2017-04-17 17:51:09

    Generally, the function of withdrawing money is not integrated in the front-end SDK, which is too unsafe. You may need to check their backend API to see if there is a withdrawal function, and then handle the withdrawal on your server.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 17:51:09

    It’s all operated in the background. When you send a request, you just need to pass the withdrawal amount and user ID to it

    reply
    0
  • 黄舟

    黄舟2017-04-17 17:51:09

    For back-end processing, you only need to adjust the interface

    reply
    0
  • Cancelreply