fnps
This commit is contained in:
@@ -8,11 +8,11 @@ import (
|
||||
)
|
||||
|
||||
func TestQueryOrder(t *testing.T) {
|
||||
err := api.QueryOrder("11")
|
||||
result, err := api.QueryOrder("134420892247000001")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
// t.Log(utils.Format4Output(result, false))
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestCreateOrder(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user