This commit is contained in:
邹宗楠
2023-11-27 17:11:59 +08:00
parent 10c7f0eaa9
commit 406062b36c
4 changed files with 18 additions and 2 deletions

View File

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