diff --git a/plugins/zltx/internal/zltx_test.go b/plugins/zltx/internal/zltx_test.go index 59a781e..6d9e9ed 100644 --- a/plugins/zltx/internal/zltx_test.go +++ b/plugins/zltx/internal/zltx_test.go @@ -13,7 +13,7 @@ var appId = "23329" var baseUri = "http://test.openapi.1688sup.cn" var notifyUrl = "http://test.openapi.1688sup.cn" -var lsxd = &ZltxService{} +var zltx = &ZltxService{} func TestOrder(t *testing.T) { request := &proto.OrderRequest{ @@ -34,7 +34,7 @@ func TestOrder(t *testing.T) { }, } t.Run("TestOrder", func(t *testing.T) { - got, err := lsxd.Order(context.Background(), request) + got, err := zltx.Order(context.Background(), request) if err != nil { t.Errorf("Order() error = %v", err) return