diff --git a/supplier/supplierWalletApply.go b/supplier/supplierWalletApply.go index 15207fc..841d4d0 100644 --- a/supplier/supplierWalletApply.go +++ b/supplier/supplierWalletApply.go @@ -76,7 +76,7 @@ type ArgsSupplierWalletApplyAdopt struct { AuditUserId uint } -// Adopt @Title 申请详情 +// Adopt @Title 申请通过 func (s *supplierWalletApply) Adopt(ctx context.Context, args ArgsSupplierWalletApplyAdopt) error { xClient, err := client.GetClient(s) if err != nil { @@ -92,7 +92,7 @@ type ArgsSupplierWalletApplyReject struct { Reason string } -// Reject @Title 申请详情 +// Reject @Title 申请驳回 func (s *supplierWalletApply) Reject(ctx context.Context, args ArgsSupplierWalletApplyReject) error { xClient, err := client.GetClient(s) if err != nil {