diff --git a/plugins/zltx_v2/internal/zltx_v2_test.go b/plugins/zltx_v2/internal/zltx_v2_test.go index bbd458d..c98b1ca 100644 --- a/plugins/zltx_v2/internal/zltx_v2_test.go +++ b/plugins/zltx_v2/internal/zltx_v2_test.go @@ -14,10 +14,11 @@ var zltx = &ZLTXV2Service{} func config() []byte { c := &Config{ - AppId: "23329", - AppKey: "8db16e8cc8363ed4eb4c14f9520bcc32", - BaseUri: "http://211.137.105.198:17100", - NotifyUrl: "https://utils.85938.cn/utils/v1/wechat/notify", + AppId: "23329", + AppKey: "8db16e8cc8363ed4eb4c14f9520bcc32", + BaseUri: "http://211.137.105.198:17100", + //NotifyUrl: "https://utils.85938.cn/utils/v1/wechat/notify", + NotifyUrl: "http://120.55.12.245:8098/v1/order/direct/notify", } marshal, _ := json.Marshal(c) return marshal @@ -35,7 +36,7 @@ func TestOrder(t *testing.T) { request := &proto.OrderRequest{ Config: config(), Order: &proto.OrderRequest_Order{ - OrderNo: "test_zltx_v2_5", + OrderNo: "test_zltx_v2_6", Account: "18666173766", Quantity: 1, Extra: nil,