@dfeidao/atom-mobile
Advanced tools
Comparing version 4.6.201905161817 to 4.6.201905171114
/** | ||
* @module msg服务请求 | ||
*/ | ||
export default function get<T>(url: string, body: string, disable_cache: boolean): Promise<T>; | ||
export default function get<T>(url: string, body: object, disable_cache: boolean): Promise<T>; |
@@ -29,3 +29,2 @@ "use strict"; | ||
const ret = await fetch(`${_global_1.default.host}/${generateRequestUrl(url, body, disable_cache)}`, { | ||
body, | ||
credentials: 'include', | ||
@@ -32,0 +31,0 @@ headers: { |
{ | ||
"name": "@dfeidao/atom-mobile", | ||
"version": "4.6.201905161817", | ||
"version": "4.6.201905171114", | ||
"description": "原子操作", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
150190
4839