代码调整
This commit is contained in:
parent
86b8fb30d8
commit
a4390dbb8b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue