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.
我想使用队列行为异步调用 QBO3 操作。
如何使用 Quandis REST Api 和/或 Javascript 将方法调用推送到 QBO3 队列?
这是 Javascript 的基本模式:
object = new qbo3.{className}() object.invoke('Queue/{methodName}', { 'QueueName': '{queueName}', ... })
带有 URL 的原始 REST 调用将遵循以下模式:
{domain}/{className}/{handler}.ashx/Queue/{methodName}?{parameters}