This commit is contained in:
邹宗楠
2024-04-12 15:56:21 +08:00
parent 3a11d0ab5c
commit 7b0eeed5db
2 changed files with 4 additions and 8 deletions

View File

@@ -114,7 +114,7 @@ func TestOrderListAll(t *testing.T) {
}
func TestOrderPartRefundGet(t *testing.T) {
result, err := api.OrderPartRefundGet("4083800066973664800")
result, err := api.OrderPartRefundGet("4089610070568120915")
if err != nil {
t.Fatal(err)
} else {

File diff suppressed because one or more lines are too long