From 3e340f345d4aedcbb80d64501d1d204e3e30b937 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Sun, 29 Jan 2023 14:56:25 +0800 Subject: [PATCH] Error code standardization --- pkg/proto/user/user.proto | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/pkg/proto/user/user.proto b/pkg/proto/user/user.proto index 6a2408cf4..1e39e8a2d 100644 --- a/pkg/proto/user/user.proto +++ b/pkg/proto/user/user.proto @@ -132,28 +132,6 @@ message AddUserReq{ message AddUserResp{ } - -message BlockUserReq{ - string userID = 1; - string endDisableTime = 2; - string operationID = 3; - string opUserID = 4; -} - -message BlockUserResp{ - CommonResp CommonResp = 1; -} - -message UnBlockUserReq{ - string userID = 1; - string operationID = 2; - string opUserID = 3; -} - -message UnBlockUserResp{ - CommonResp CommonResp = 1; -} - message GetBlockUsersReq{ server_api_params.RequestPagination pagination = 1; string operationID = 2;