Open Closed

v9.2.1 Volo.Payment.WeChatPay 微信支付模块缺少Nuget包并且缺失文档 #9810


User avatar
0
dignite created

v9.2.1 Volo.Payment.WeChatPay 模块缺少Nuget包并且缺失文档提问前请先查看文档:https://abp.io/docs/latest 查看示例以了解基本任务:https://abp.io/docs/latest/samples 您的问题的认知解决方案可能已经得到解答,请首先使用主页上的搜索。

请向我们提供以下信息: 🧐 提示:如果您正在使用 ABP Studio,您可以从配置窗口中查看有关解决方案的所有信息,在窗口中右键单击解决方案并单击方案配置按钮时打开。

异常消息和完整堆栈跟踪: ** 更换问题的步骤**:


10 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    你好, 你可以下载Payment模块的源码, 里面包含了微信支付的模块.

    我们没有微信支付的企业信息, 无法调试确认它可以正常工作.

    你可以提供测试支付的信息吗?

    谢谢

  • User Avatar
    0
    dignite created

    [maliming] said: 你好, 你可以下载Payment模块的源码, 里面包含了微信支付的模块.

    我们没有微信支付的企业信息, 无法调试确认它可以正常工作.

    你可以提供测试支付的信息吗?

    谢谢

    团队的好像没有源码吧?我看官方好像实现了 微信支付模块, 只是没推到 Nuget 中, 故没法使用 微信支付模块

  • User Avatar
    0
    AI-Bot created
    Support Team ABP Agent
    • 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:

    1. Ensure your ABP Commercial NuGet source is configured. You can find instructions in the ABP Commercial documentation or your license email.
    2. 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.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    你可以分享测试的信息吗? 我们还未测试过 微信支付模块

    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; }
    }
    
  • User Avatar
    0
    dignite created

    [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; } 
    } 
    

    是这个包 我们无法安装, 故还无法使用~

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    因为我们没有测试过这个包, 所以没有发布它.

    你可以分享测试的信息吗?

    测试后我们会发布.

  • User Avatar
    0
    dignite created

    [maliming] said: 因为我们没有测试过这个包, 所以没有发布它.

    你可以分享测试的信息吗?

    测试后我们会发布.

    原来如此

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    我们没有企业信息申请测试的AppId

  • User Avatar
    0
    dignite created

    我们也在申请中

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    好的, 你可以分享一个测试的app信息, 之后我们测试后就会发布微信支付的包

Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20