From c009c63edc30bba70ab2b059877a612cf58d4f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AD=90=E9=93=AD?= Date: Thu, 9 Jan 2025 11:35:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=92=E4=BB=B6=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../internal/zltx_card_v1_test.go | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/plugins/zltx_card_v1/internal/zltx_card_v1_test.go b/plugins/zltx_card_v1/internal/zltx_card_v1_test.go index b1b94ea..46be145 100644 --- a/plugins/zltx_card_v1/internal/zltx_card_v1_test.go +++ b/plugins/zltx_card_v1/internal/zltx_card_v1_test.go @@ -12,20 +12,20 @@ import ( var cardService = &ZLTXCardV1Service{} func config() []byte { - //c := &Config{ - // AppId: "1", - // AppKey: "1e2bf7a04b8b1e6be5dc78d04e8639c9", - // BaseUri: "http://test.openapi.1688sup.cn", - // NotifyUrl: "https://gateway.dev.cdlsxd.cn/yxh5api/v1/order/direct/notify", - // MerchantId: 23329, - //} c := &Config{ - AppId: "101", - AppKey: "95E7EC7D4A394FF8D11788E5E436DE99", - BaseUri: "https://openapi.1688sup.com", + AppId: "1", + AppKey: "1e2bf7a04b8b1e6be5dc78d04e8639c9", + BaseUri: "http://test.openapi.1688sup.cn", NotifyUrl: "https://gateway.dev.cdlsxd.cn/yxh5api/v1/order/direct/notify", - MerchantId: 25715, + MerchantId: 23329, } + //c := &Config{ + // AppId: "101", + // AppKey: "95E7EC7D4A394FF8D11788E5E436DE99", + // BaseUri: "https://openapi.1688sup.com", + // NotifyUrl: "https://gateway.dev.cdlsxd.cn/yxh5api/v1/order/direct/notify", + // MerchantId: 25715, + //} marshal, _ := json.Marshal(c) return marshal }