From 786dbf7ce9602244c15dbb31ba845bcbcc8988b6 Mon Sep 17 00:00:00 2001 From: black Date: Tue, 21 Oct 2025 19:27:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BE=AE=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E4=BA=A4=E6=98=93=E5=9F=BA=E7=A1=80=E6=96=87=E4=BB=B6=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加微支付交易模块的基础文件,包括api、请求和响应文件 --- lklsdk/basePay/dcp/transMicropay/api.go | 1 + lklsdk/basePay/dcp/transMicropay/requset.go | 1 + lklsdk/basePay/dcp/transMicropay/response.go | 1 + 3 files changed, 3 insertions(+) create mode 100644 lklsdk/basePay/dcp/transMicropay/api.go create mode 100644 lklsdk/basePay/dcp/transMicropay/requset.go create mode 100644 lklsdk/basePay/dcp/transMicropay/response.go diff --git a/lklsdk/basePay/dcp/transMicropay/api.go b/lklsdk/basePay/dcp/transMicropay/api.go new file mode 100644 index 0000000..2a51352 --- /dev/null +++ b/lklsdk/basePay/dcp/transMicropay/api.go @@ -0,0 +1 @@ +package transmicropay \ No newline at end of file diff --git a/lklsdk/basePay/dcp/transMicropay/requset.go b/lklsdk/basePay/dcp/transMicropay/requset.go new file mode 100644 index 0000000..2a51352 --- /dev/null +++ b/lklsdk/basePay/dcp/transMicropay/requset.go @@ -0,0 +1 @@ +package transmicropay \ No newline at end of file diff --git a/lklsdk/basePay/dcp/transMicropay/response.go b/lklsdk/basePay/dcp/transMicropay/response.go new file mode 100644 index 0000000..2a51352 --- /dev/null +++ b/lklsdk/basePay/dcp/transMicropay/response.go @@ -0,0 +1 @@ +package transmicropay \ No newline at end of file