|
|
|
@ -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 {
|
|
|
|
|