@imedx/ics-imedx-chromely-plugin-intf-platform
Advanced tools
Comparing version 0.0.2-beta.15 to 0.0.2-beta.16
@@ -211,3 +211,3 @@ import icsChromelyRequest from '@icreate/ics-chromely-js-sdk'; | ||
try { | ||
return Promise.resolve(intfCoreInstance.business(code, param)); | ||
return intfCoreInstance.business(code, param); | ||
} | ||
@@ -214,0 +214,0 @@ catch (error) { |
@@ -215,3 +215,3 @@ (function (global, factory) { | ||
try { | ||
return Promise.resolve(intfCoreInstance.business(code, param)); | ||
return intfCoreInstance.business(code, param); | ||
} | ||
@@ -218,0 +218,0 @@ catch (error) { |
@@ -108,3 +108,3 @@ "use strict"; | ||
try { | ||
return Promise.resolve(intfCoreInstance.business(code, param)); | ||
return intfCoreInstance.business(code, param); | ||
} | ||
@@ -111,0 +111,0 @@ catch (error) { |
@@ -10,3 +10,3 @@ /** | ||
*/ | ||
business(code: string, param: any): IntfResponse; | ||
business(code: string, param: any): Promise<IntfResponse>; | ||
} | ||
@@ -32,3 +32,3 @@ /** | ||
*/ | ||
abstract business(code: string, param: any): IntfResponse; | ||
abstract business(code: string, param: any): Promise<IntfResponse>; | ||
/** | ||
@@ -35,0 +35,0 @@ * 200成功返回 |
{ | ||
"name": "@imedx/ics-imedx-chromely-plugin-intf-platform", | ||
"version": "0.0.2-beta.15", | ||
"version": "0.0.2-beta.16", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
100006