10 Answer(s)
-
0
你好, 你可以下载Payment模块的源码, 里面包含了微信支付的模块.
我们没有微信支付的企业信息, 无法调试确认它可以正常工作.
你可以提供测试支付的信息吗?
谢谢
-
0
[maliming] said: 你好, 你可以下载Payment模块的源码, 里面包含了微信支付的模块.
我们没有微信支付的企业信息, 无法调试确认它可以正常工作.
你可以提供测试支付的信息吗?
谢谢
团队的好像没有源码吧?我看官方好像实现了 微信支付模块, 只是没推到 Nuget 中, 故没法使用 微信支付模块
-
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.
-
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; } }
-
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; } }
是这个包 我们无法安装, 故还无法使用~
-
0
因为我们没有测试过这个包, 所以没有发布它.
你可以分享测试的信息吗?
测试后我们会发布.
-
0
[maliming] said: 因为我们没有测试过这个包, 所以没有发布它.
你可以分享测试的信息吗?
测试后我们会发布.
原来如此
-
0
我们没有企业信息申请测试的
AppId
-
0
我们也在申请中
-
0
好的, 你可以分享一个测试的app信息, 之后我们测试后就会发布微信支付的包