wechatpay-apiv3 / wechatpay-go

微信支付 APIv3 的官方 Go Library
https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/index.shtml
Apache License 2.0
983 stars 140 forks source link

WechatPayNotifyValidator Validate 传参建议 #47

Open anonymous5l opened 2 years ago

anonymous5l commented 2 years ago

WechatPayNotifyValidatorValidate 直传*http.Request是不是太粗暴了 如果我用的别的 web 框架库将无法支持比如fasthttp 这个库内建了 Request 如果是需要取HTTP Header 可以构造个结构传递到方法内呀... 现在我只能将 Validate 内部方法提取出来重新实现一遍

yuangu commented 7 months ago

mark, gofiber用户表示不太友好