This commit is contained in:
邹宗楠
2024-09-05 13:38:46 +08:00
parent f865205cbf
commit 88110616e6
3 changed files with 12 additions and 3 deletions

View File

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