This commit is contained in:
苏尹岚
2020-12-14 16:06:06 +08:00
parent 3ab59259c8
commit 8059e29291
4 changed files with 19 additions and 10 deletions

View File

@@ -175,3 +175,10 @@ func TestProcessQuestionPic(t *testing.T) {
}
}
}
func TestCancelAndRefund(t *testing.T) {
err := api.CancelAndRefund("2030098332000261", "jxadmin", "协商一致")
if err != nil {
t.Fatal(err.Error())
}
}