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.
我们有什么:
-REST API - 每次调用都需要授权密钥 - 每次调用后我们都有新的授权密钥(旧密钥将失效并创建新密钥)
问题:
是否可以在异步模式下使用此 API 而不会丢失密钥?
任何信号量或其他技术???
非常感谢!