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.
我如何创建一个系统/后端来生成折扣代码,然后允许将该代码分发到/从第 3 方系统中分发/检索?
您需要创建一个 Web 应用程序并通过 API 公开其功能。然后使用身份验证(例如 OAuth)保护 API,编写文档并将其提供给第 3 方。
我建议阅读 RESTful API 并使用 Ruby on Rails。