|
|
@@ -116,7 +116,7 @@ func handleZhiosRechargeOrderFailDev(msg []byte) error { |
|
|
|
"uid": utils.IntToStr(orderData.Uid), |
|
|
|
"notify_url": canalMsg.DomainUrl + "/api/v1/refund/callback/" + mid, |
|
|
|
} |
|
|
|
params["p12_str"] = "D:\\Downloads\\WXCertUtil\\cert\\1534243971_20230825_cert\\" + wechatP12ApiclientCert |
|
|
|
//params["p12_str"] = "D:\\Downloads\\WXCertUtil\\cert\\1534243971_20230825_cert\\" + wechatP12ApiclientCert |
|
|
|
//params["notify_url"] = strings.ReplaceAll(params["notify_url"], "http:", "https:") |
|
|
|
params["pay_wx_appid"] = orderData.AppId |
|
|
|
r, r1, err := pay.WxAppRefund(params) |
|
|
|