aa
This commit is contained in:
@@ -128,7 +128,7 @@ func TestOrderQuery2(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetByOrderNoForOaos(t *testing.T) {
|
||||
orderList, err := api.GetByOrderNoForOaos("2027170805000062")
|
||||
orderList, err := api.GetByOrderNoForOaos("2108504597000531")
|
||||
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("2027170805000062")
|
||||
orderList, err := api.GetByOrderNoForOaosNew("2108504597000531")
|
||||
t.Log(utils.Format4Output(orderList, false))
|
||||
if err != nil {
|
||||
t.Fatal(err.Error())
|
||||
|
||||
Reference in New Issue
Block a user