From 085582175c189edf027072f8f162d0ffcd2f9518 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Mon, 17 Apr 2023 14:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pay/alipay.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pay/alipay.go b/pay/alipay.go index d37a8ea..de70fe1 100644 --- a/pay/alipay.go +++ b/pay/alipay.go @@ -103,6 +103,7 @@ func CreditagreementSign(args map[string]string) (string, error) { bz.Set("out_agreement_no", args["out_agreement_no"]) bz.Set("zm_service_id", args["zm_service_id"]) bz.Set("category_id", args["category_id"]) + bz.Set("return_back_link", args["return_back_link"]) }) aliPsp := ""