Kaynağa Gözat

add notify_url param

Jerry 6 yıl önce
ebeveyn
işleme
4775764cd9
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      examples/wechat/wx_Refund.go

+ 1 - 0
examples/wechat/wx_Refund.go

@@ -24,6 +24,7 @@ func Refund() {
 	body.Set("out_refund_no", s)
 	body.Set("out_refund_no", s)
 	body.Set("total_fee", 1)
 	body.Set("total_fee", 1)
 	body.Set("refund_fee", 1)
 	body.Set("refund_fee", 1)
+	body.Set("notify_url", "https://www.gopay.ink")
 
 
 	//请求申请退款(沙箱环境下,证书路径参数可传空)
 	//请求申请退款(沙箱环境下,证书路径参数可传空)
 	//    body:参数Body
 	//    body:参数Body