From 103109a41b317994918104df8ff7030d05c11a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AD=90=E9=93=AD?= Date: Mon, 26 Aug 2024 13:48:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9D=E8=BD=AC=E8=B4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/alipay_redpack/internal/alipay_redpack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/alipay_redpack/internal/alipay_redpack.go b/plugins/alipay_redpack/internal/alipay_redpack.go index 229f008..6dfc0a0 100644 --- a/plugins/alipay_redpack/internal/alipay_redpack.go +++ b/plugins/alipay_redpack/internal/alipay_redpack.go @@ -20,7 +20,7 @@ const ( const baseUri = "https://openapi.alipay.com/gateway.do" const ( - // 支持幂等请求 + // 支持幂等请求 https://opendocs.alipay.com/open/02byvi?pathHash=b367173b orderMethod = "alipay.fund.trans.uni.transfer" queryMethod = "alipay.fund.trans.common.query" )