This commit is contained in:
邹宗楠
2023-12-08 11:35:30 +08:00
parent 53e5959a28
commit ba826f771c
3 changed files with 11 additions and 4 deletions

View File

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