This commit is contained in:
suyl
2021-05-07 11:03:01 +08:00
parent 320017334b
commit e3741ad0a4
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ func TestOrderListRangeGet(t *testing.T) {
}
func TestOrderDetailGet(t *testing.T) {
result, err := api.OrderDetailGet("210429-173092373722098")
result, err := api.OrderDetailGet("210506-020860160903116")
if err != nil {
t.Fatal(err)
}