代码调整

This commit is contained in:
李子铭 2025-03-21 17:51:48 +08:00
parent 86b8fb30d8
commit a4390dbb8b
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ func (s *CmbService) DecryptBody(ctx context.Context, request *v1.EncryptBodyReq
}, nil
}
func (s *VoucherService) Test(ctx context.Context, request *v1.Empty) (*v1.Empty, error) {
func (s *CmbService) Test(ctx context.Context, request *v1.Empty) (*v1.Empty, error) {
if err := s.VoucherBiz.ExecuteNotice(ctx); err != nil {
return nil, err