test
This commit is contained in:
parent
19df66f274
commit
98ea4777dc
|
@ -12,10 +12,17 @@ import (
|
||||||
var zltx = &ZLTXV1Service{}
|
var zltx = &ZLTXV1Service{}
|
||||||
|
|
||||||
func config() []byte {
|
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{
|
c := &Config{
|
||||||
AppId: "1",
|
AppId: "101",
|
||||||
AppKey: "1e2bf7a04b8b1e6be5dc78d04e8639c9",
|
AppKey: "5k8bJV6axIukpkwz5vdte8QCw5etlC+txi+Nu69nIhOMN4VhmcNgf/THdllpt0jO",
|
||||||
BaseUri: "http://test.openapi.1688sup.cn",
|
BaseUri: "https://openapi.1688sup.com",
|
||||||
NotifyUrl: "https://gateway.dev.cdlsxd.cn/yxh5api/v1/order/direct/notify",
|
NotifyUrl: "https://gateway.dev.cdlsxd.cn/yxh5api/v1/order/direct/notify",
|
||||||
MerchantId: 25537,
|
MerchantId: 25537,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue