diff --git a/plugins/zltx_v1/internal/zltx_v1_test.go b/plugins/zltx_v1/internal/zltx_v1_test.go index 0f6f7da..5fbfda1 100644 --- a/plugins/zltx_v1/internal/zltx_v1_test.go +++ b/plugins/zltx_v1/internal/zltx_v1_test.go @@ -43,13 +43,14 @@ func TestOrder(t *testing.T) { request := &proto.OrderRequest{ Config: config(), Order: &proto.OrderRequest_Order{ - OrderNo: "test_plugin_zltx_v1_direct_1", + OrderNo: "test_plugin_zltx_v1_direct_3", Account: "18666173766", Quantity: 1, - Extra: []byte(`{"jdCode":"123456"}`), + //Extra: []byte(`{"jdCode":"123456"}`), // 京东e卡官方,默认的拓展参数 + Extra: []byte(`{"jdSmsCode":"123456"}`), // 京东e卡专票,拓展参数 }, Product: &proto.OrderRequest_Product{ - ProductNo: "2255", // 101 2255 + ProductNo: "360", // 101 2255 Extra: []byte(`{}`), }, }