Commit 975b0249 by yemin

no message

parent 1f6cb3f6
......@@ -98,6 +98,7 @@ func (s *WechatPartnerPayClient) getWxPayClient() *core.Client {
// AnalysisPayNotifyResult 解析支付通知结果
// https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter4_5_5.shtml
func (s *WechatPartnerPayClient) AnalysisPayNotifyResult(request *http.Request) (*notify.Request, *payments.Transaction, error) {
s.getWxPayClient()
certVisitor := downloader.MgrInstance().GetCertificateVisitor(*s.SpMchId)
handler, e := notify.NewRSANotifyHandler(*s.ApiKey, verifiers.NewSHA256WithRSAVerifier(certVisitor))
if e != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment