We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我1.5.44版本的AlibabaCloud.SDK.Dingtalk可以正常调用 /v1.0/oauth2/userAccessToken,2.1.15和2.1.18调用会报错,这是什么原因?,有什么更新导致的么?
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) 在 AlibabaCloud.OpenApiClient.Client.Execute(Params params_, OpenApiRequest request, RuntimeOptions runtime) 在 AlibabaCloud.SDK.Dingtalkoauth2_1_0.Client.GetUserTokenWithOptions(GetUserTokenRequest request, Dictionary`2 headers, RuntimeOptions runtime) 在 Highever.ERP.Service.DingDingService.GetUserToken(String authCode) 在 G:\HigheverAI\ERP\Highever.ERP.Service\DingDingService.cs 中: 第 204 行 在 Highever.ERP.Service.DingDingService.DingDingLogin(String authCode) 在 G:\HigheverAI\ERP\Highever.ERP.Service\DingDingService.cs 中: 第 233 行
The text was updated successfully, but these errors were encountered:
加一行这个配置就可用了 config.DisableHttp2 = false;
这个问题正在处理中。
Sorry, something went wrong.
No branches or pull requests
我1.5.44版本的AlibabaCloud.SDK.Dingtalk可以正常调用 /v1.0/oauth2/userAccessToken,2.1.15和2.1.18调用会报错,这是什么原因?,有什么更新导致的么?
The text was updated successfully, but these errors were encountered: