插件调试
This commit is contained in:
parent
2ac9ccba43
commit
a88469dc45
|
@ -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(`{}`),
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue