This commit is contained in:
2024-09-10 10:01:55 +08:00
parent 66704b0c51
commit 94ca32e113
3 changed files with 66 additions and 1 deletions

View File

@@ -105,6 +105,6 @@ func (b *benefit) Edit(ctx context.Context, args ArgsBenefitEdit) (err error) {
return
}
reply := 0
err = xClient.Call(ctx, "Info", args, &reply)
err = xClient.Call(ctx, "Edit", args, &reply)
return
}