0
dignite created
v9.2.1 Volo.Payment.WeChatPay 模块缺少Nuget包并且缺失文档提问前请先查看文档:https://abp.io/docs/latest 查看示例以了解基本任务:https://abp.io/docs/latest/samples 您的问题的认知解决方案可能已经得到解答,请首先使用主页上的搜索。
请向我们提供以下信息:
🧐 提示:如果您正在使用 ABP Studio,您可以从配置窗口中查看有关解决方案的所有信息,在窗口中右键单击解决方案并单击方案配置按钮时打开。
异常消息和完整堆栈跟踪: ** 更换问题的步骤**:
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
10 Answer(s)
-
0
- The Volo.Payment.WeChatPay module is a commercial ABP package and is not available on the public NuGet.org feed. You need to configure your project to use the ABP Commercial NuGet feed to access this package.
- Documentation for the WeChatPay payment module is currently not available in the official ABP documentation.
To resolve the package issue:
- Ensure your ABP Commercial NuGet source is configured. You can find instructions in the ABP Commercial documentation or your license email.
- Use the ABP CLI or Visual Studio NuGet package manager to install Volo.Payment.WeChatPay.Web after configuring the correct feed.
Sources:
- https://abp.io/packages?moduleName=Volo.Payment.WeChatPay
No verified source available for official documentation of the WeChatPay payment module.
This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
你可以分享测试的信息吗? 我们还未测试过 微信支付模块
public class WeChatPayOptions { public string BaseUrl = "https://api.mch.weixin.qq.com/v3/pay"; public string AppId { get; set; } public string MchId { get; set; } public string SerialNo { get; set; } public string PrivateKey { get; set; } }Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
[maliming] said: 你可以分享测试的信息吗? 我们还未测试过 微信支付模块
public class WeChatPayOptions { public string BaseUrl = "https://api.mch.weixin.qq.com/v3/pay"; public string AppId { get; set; } public string MchId { get; set; } public string SerialNo { get; set; } public string PrivateKey { get; set; } }是这个包 我们无法安装, 故还无法使用~
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

