mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-25 08:20:26 +08:00
实现对ACME用户的增删改
This commit is contained in:
@@ -86,7 +86,7 @@ func (this *ACMEUserService) CountACMEUsers(ctx context.Context, req *pb.CountAc
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return this.ResponseCount(count)
|
||||
return this.SuccessCount(count)
|
||||
}
|
||||
|
||||
// 列出单页用户
|
||||
|
||||
Reference in New Issue
Block a user