我正在尝试将我的docusign实现从演示帐户移动到生产帐户,但当我尝试发出登录请求时,我收到以下错误:
Fatal error: Uncaught exception 'DocuSign\eSign\ApiException' with message '[401] Error connecting to the API (https://www.docusign.net/restapi/v2/accounts/8159635/envelopes)' in ......我没有遇到开发者账号的任何问题,我的实现通过了dicusign的批准,集成密钥分配到了公众号。
我使用下面的PHP实现-- https://github.com/docusign/docusign-php-client
我将代码中的主机从"https://demo.docusign.net/restapi“更改为"https://www.docusign.net/restapi”
任何帮助都将不胜感激!提前谢谢你!
发布于 2016-10-31 12:41:53
看起来您调用了错误的端点;尝试使用na3.docusign.net/restapi/v2/...
https://stackoverflow.com/questions/39572214
复制相似问题