finance
黄伟 2 years ago
parent 9c4bc758ce
commit c9e5578164

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

Loading…
Cancel
Save