From 2030ec81f18f4ec9ea1800f13046acafff6d50f7 Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期四, 26 九月 2024 00:48:59 +0800 Subject: [PATCH] 添加grpc方法:客户信息维护 --- api/v1/assign.go | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/api/v1/assign.go b/api/v1/assign.go index c58e8d0..f7618e5 100644 --- a/api/v1/assign.go +++ b/api/v1/assign.go @@ -24,11 +24,6 @@ return } - if params.MemberId == 0 { - ctx.Fail(ecode.AssignWrongMemberId) - return - } - if len(params.Ids) == 0 { ctx.Fail(ecode.AssignWrongId) return -- Gitblit v1.8.0