@icreate/hb-basic-js-sdk
Advanced tools
Comparing version 0.0.17-beta.14 to 0.0.17-beta.15
@@ -103,2 +103,4 @@ "use strict"; | ||
getOrgUserList: baseUrl + '/org/user/list', | ||
// 获取机构Logo | ||
getOrgLogo: baseUrl + '/org/get/logo', | ||
// 更据工号获取用户信息 | ||
@@ -114,2 +116,4 @@ getUserByCode: baseUrl + '/user/code', | ||
getUserRegisterList: baseUrl + '/user/register/list', | ||
// 获取用户签名图片 | ||
getUserSign: baseUrl + '/user/get/sign', | ||
// 获取用户权限机构列表 | ||
@@ -116,0 +120,0 @@ getUserAuthOrgList: baseUrl + '/user/auth/org/list', |
@@ -51,2 +51,3 @@ declare const base: { | ||
getOrgUserList: string; | ||
getOrgLogo: string; | ||
getUserByCode: string; | ||
@@ -57,2 +58,3 @@ getUserList: string; | ||
getUserRegisterList: string; | ||
getUserSign: string; | ||
getUserAuthOrgList: string; | ||
@@ -59,0 +61,0 @@ getErDeptList: string; |
@@ -276,2 +276,10 @@ interface Iapi { | ||
}, hasCatchError: boolean): Promise<any>; | ||
/** | ||
* 获取机构Logo | ||
* @param id 机构ID | ||
* @param hasCatchError | ||
*/ | ||
getOrgLogo(opts: { | ||
id?: string; | ||
}, hasCatchError: boolean): Promise<any>; | ||
getDictList(opts: { | ||
@@ -364,2 +372,10 @@ enabled?: number; | ||
/** | ||
*获取用户签名图片 | ||
* @param opts | ||
* id 用户编码 | ||
*/ | ||
getUserSign(opts: { | ||
id?: string; | ||
}, hasCatchError: boolean): Promise<any>; | ||
/** | ||
*获取用户权限机构列表 | ||
@@ -366,0 +382,0 @@ * @param opts |
{ | ||
"name": "@icreate/hb-basic-js-sdk", | ||
"version": "0.0.17-beta.14", | ||
"version": "0.0.17-beta.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
737864
7915