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.
如何在 Adobe sign API POST /widgets API 中使用模板。
我无法获得模板的 transientDocumentId。
请帮我解决一下这个。
我找到了解决方案。
$.ajax({ ... data: JSON.stringify({ fileInfos: { libraryDocumentId: "{libraryDocumentId}" // instead transientDocumentId }, ... }) })