This commit is contained in:
邹宗楠
2024-04-12 15:56:42 +08:00
parent a3778f22e8
commit f5cb623598
2 changed files with 1 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import (
)
func TestGetOrder4PartRefund(t *testing.T) {
order, err := CurPurchaseHandler.GetOrder4PartRefund("1556529608021993938")
order, err := CurPurchaseHandler.GetOrder4PartRefund("4089610070568120915")
if err != nil {
t.Fatal(err.Error())
} else {