test
This commit is contained in:
parent
19df66f274
commit
98ea4777dc
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue