Git Product home page Git Product logo

Comments (3)

klj218 avatar klj218 commented on June 2, 2024

按照示例代码使用:
var manager = new InMemoryEncryptionKeyManager();
manager.AddEntry(new EncryptionKeyEntry(1, PRIVATE_KEY));
var options = new WechatWorkFinanceClientOptions()
{
CorpId = "{CorpId },
SecretKey = "{SecretKey }",
EncryptionKeyManager = manager // 密钥管理器的具体用法将在本章节下文详细介绍
};
var client = new WechatWorkFinanceClient(options);

from dotnetcore.skit.flurlhttpclient.wechat.

fudiwei avatar fudiwei commented on June 2, 2024

请先确认企业微信提供的那 4 个 DLL 是否已正确下载并放入指定路径下。

此外如果是 Windows 操作系统,请确认本机 VC++ 运行库是否已正确安装。不确定的话可以打开下方微软官方提供的下载链接重新下载安装:

https://learn.microsoft.com/zh-CN/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022

最后再确认本机运行环境和项目的目标框架是多少位的,企业微信提供的这几个 DLL 都是 64 位的,只支持 64 位的程序。

from dotnetcore.skit.flurlhttpclient.wechat.

klj218 avatar klj218 commented on June 2, 2024

已解决

from dotnetcore.skit.flurlhttpclient.wechat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.