This commit is contained in:
suyl
2021-07-14 17:11:00 +08:00
parent c730727a32
commit ee0355d841
5 changed files with 191 additions and 36 deletions

View File

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