From 73ee6a7a77046ee90eebbc572af03f83149b662c Mon Sep 17 00:00:00 2001 From: Jerry <85411418@qq.com> Date: Thu, 27 Jun 2024 17:59:22 +0800 Subject: [PATCH] udpate --- constant.go | 2 +- release_note.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/constant.go b/constant.go index dd6393e8..f7abc3cf 100644 --- a/constant.go +++ b/constant.go @@ -7,7 +7,7 @@ const ( OK = "OK" DebugOff = 0 DebugOn = 1 - Version = "1.5.102" + Version = "1.5.103" ) type DebugSwitch int8 diff --git a/release_note.txt b/release_note.txt index 96f278f2..21b1631a 100644 --- a/release_note.txt +++ b/release_note.txt @@ -1,3 +1,10 @@ +版本号:Release 1.5.103 +修改记录: + (1) 支付宝:新增 client.PayAppMarketingConsult(),商户前置内容咨询接口。 + (2) 支付宝:新增 + (3) 支付宝:新增 + (4) 支付宝:新增 + 版本号:Release 1.5.102 修改记录: (1) gopay:golang.org/x/crypto v0.23.0 版本升级到 v0.24.0。