diff --git a/plugins/zltx_v1/internal/zltx_v1_test.go b/plugins/zltx_v1/internal/zltx_v1_test.go index ecaed64..6527708 100644 --- a/plugins/zltx_v1/internal/zltx_v1_test.go +++ b/plugins/zltx_v1/internal/zltx_v1_test.go @@ -12,10 +12,17 @@ import ( var zltx = &ZLTXV1Service{} 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: 25537, + //} c := &Config{ - AppId: "1", - AppKey: "1e2bf7a04b8b1e6be5dc78d04e8639c9", - BaseUri: "http://test.openapi.1688sup.cn", + AppId: "101", + AppKey: "5k8bJV6axIukpkwz5vdte8QCw5etlC+txi+Nu69nIhOMN4VhmcNgf/THdllpt0jO", + BaseUri: "https://openapi.1688sup.com", NotifyUrl: "https://gateway.dev.cdlsxd.cn/yxh5api/v1/order/direct/notify", MerchantId: 25537, }