This commit is contained in:
邹宗楠
2025-07-28 14:45:24 +08:00
parent 6cb66198fd
commit 3285b9a816
4 changed files with 5 additions and 5 deletions

View File

@@ -228,7 +228,7 @@ func TestConfirmReceiveGoods(t *testing.T) {
}
func TestAfsOpenApprove(t *testing.T) {
err := api.AfsOpenApprove("34290642", 1, "同意退款", "jxadmin-13689038670")
err := api.AfsOpenApprove("90879887", 1, "同意退款", "jxadmin-13689038670")
if err != nil {
t.Fatal(err.Error())
}