@imedx/ics-chromely-plugin-imedx
Advanced tools
Comparing version 0.0.0-beta.1 to 0.0.0-beta.2
@@ -7,3 +7,3 @@ import icsChromelyRequest from '@icreate/ics-chromely-js-sdk'; | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-09-28 11:28:40 | ||
* @LastEditTime: 2022-10-14 12:50:03 | ||
* @Descripttion: | ||
@@ -19,3 +19,3 @@ * @FilePath: \ics-chromely-plugin-imedx\src\core\imedx.ts | ||
method: 'GET', | ||
data: data | ||
data: data, | ||
}); | ||
@@ -29,2 +29,10 @@ }; | ||
}; | ||
/** | ||
* 校验用户是否登录 | ||
* @param userName 用户账号 | ||
* @returns | ||
*/ | ||
IMedxHelper.CheckLogin = function (userName) { | ||
return this.OperateEx('CheckLogin', { userName: userName }); | ||
}; | ||
return IMedxHelper; | ||
@@ -31,0 +39,0 @@ }()); |
@@ -15,3 +15,3 @@ (function (global, factory) { | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-09-28 11:28:40 | ||
* @LastEditTime: 2022-10-14 12:50:03 | ||
* @Descripttion: | ||
@@ -27,3 +27,3 @@ * @FilePath: \ics-chromely-plugin-imedx\src\core\imedx.ts | ||
method: 'GET', | ||
data: data | ||
data: data, | ||
}); | ||
@@ -37,2 +37,10 @@ }; | ||
}; | ||
/** | ||
* 校验用户是否登录 | ||
* @param userName 用户账号 | ||
* @returns | ||
*/ | ||
IMedxHelper.CheckLogin = function (userName) { | ||
return this.OperateEx('CheckLogin', { userName: userName }); | ||
}; | ||
return IMedxHelper; | ||
@@ -39,0 +47,0 @@ }()); |
@@ -7,3 +7,3 @@ "use strict"; | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-09-28 11:28:40 | ||
* @LastEditTime: 2022-10-14 12:50:03 | ||
* @Descripttion: | ||
@@ -20,3 +20,3 @@ * @FilePath: \ics-chromely-plugin-imedx\src\core\imedx.ts | ||
method: 'GET', | ||
data: data | ||
data: data, | ||
}); | ||
@@ -30,2 +30,10 @@ }; | ||
}; | ||
/** | ||
* 校验用户是否登录 | ||
* @param userName 用户账号 | ||
* @returns | ||
*/ | ||
IMedxHelper.CheckLogin = function (userName) { | ||
return this.OperateEx('CheckLogin', { userName: userName }); | ||
}; | ||
return IMedxHelper; | ||
@@ -32,0 +40,0 @@ }()); |
@@ -7,2 +7,8 @@ export default class IMedxHelper { | ||
static GetNow(): Promise<any>; | ||
/** | ||
* 校验用户是否登录 | ||
* @param userName 用户账号 | ||
* @returns | ||
*/ | ||
static CheckLogin(userName: string): Promise<any>; | ||
} |
{ | ||
"name": "@imedx/ics-chromely-plugin-imedx", | ||
"version": "0.0.0-beta.1", | ||
"version": "0.0.0-beta.2", | ||
"description": "提供获取IMedx客户端本地信息,例如当前日期时间等", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
<!-- | ||
* @Author: 文贝 | ||
* @Date: 2022-02-08 21:36:57 | ||
* @LastEditors: wenbei421 346972930@qq.com | ||
* @LastEditTime: 2022-09-28 11:41:50 | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-10-19 18:06:58 | ||
* @Descripttion: | ||
@@ -16,2 +16,3 @@ * @FilePath: \ics-chromely-plugin-imedx\README.md | ||
``` | ||
0.0.0-beta.2 新增CheckLogin方法 | ||
0.0.0-beta.1 新增获取本地时间函数GetNow | ||
@@ -18,0 +19,0 @@ ``` |
Sorry, the diff of this file is not supported yet
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
15580
167
38