1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-09-01 12:56:27 +00:00

Support changing of primary_id.

This commit is contained in:
“cuihaikuo”
2017-09-05 16:55:53 +08:00
parent 13ea4ddf8e
commit aa54f9e295
6 changed files with 249 additions and 43 deletions

View File

@@ -411,4 +411,10 @@ class CcnetThreadedRpcClient(RpcClientBase):
def set_org_name(self, org_id, org_name):
pass
@searpc_func("int", ["string", "string"])
def set_reference_id(self, primary_id, reference_id):
pass
@searpc_func("string", ["string"])
def get_primary_id(self, email):
pass