statte
This commit is contained in:
@@ -128,7 +128,7 @@ func TestOrderQuery2(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetByOrderNoForOaos(t *testing.T) {
|
||||
orderList, err := api.GetByOrderNoForOaos("921235438000341")
|
||||
orderList, err := api.GetByOrderNoForOaos("2027170805000062")
|
||||
t.Log(utils.Format4Output(orderList, false))
|
||||
if err != nil {
|
||||
t.Fatal(err.Error())
|
||||
@@ -136,7 +136,7 @@ func TestGetByOrderNoForOaos(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetByOrderNoForOaosNew(t *testing.T) {
|
||||
orderList, err := api.GetByOrderNoForOaosNew("921235438000341")
|
||||
orderList, err := api.GetByOrderNoForOaosNew("2027170805000062")
|
||||
t.Log(utils.Format4Output(orderList, false))
|
||||
if err != nil {
|
||||
t.Fatal(err.Error())
|
||||
@@ -144,7 +144,7 @@ func TestGetByOrderNoForOaosNew(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestCheckSelfPickCode(t *testing.T) {
|
||||
err := api.CheckSelfPickCode("020606", "921235438000341", "test")
|
||||
err := api.CheckSelfPickCode("135246", "2027170805000062", "jxadmin")
|
||||
if err != nil {
|
||||
t.Fatal(err.Error())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user