1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-09-01 21:07:18 +00:00

Update is_group_user().

This commit is contained in:
cuihaikuo
2018-05-08 14:02:52 +08:00
parent c095959cce
commit 4a3cfbcb3d
5 changed files with 34 additions and 11 deletions

View File

@@ -331,8 +331,8 @@ class CcnetThreadedRpcClient(RpcClientBase):
def remove_group_user(self, username):
pass
@searpc_func("int", ["int", "string"])
def is_group_user(self, group_id, user):
@searpc_func("int", ["int", "string", "int"])
def is_group_user(self, group_id, user, in_structure):
pass
@searpc_func("int", ["int", "string"])