vap1 0.8.3 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cems/admin/utils.d.ts +1 -1
- package/package.json +1 -1
package/cems/admin/utils.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ export type GetApiDataXMLHttpRequest = (_url: any, _type: "POST" | 'GET', _param
|
|
|
31
31
|
* @param _isEncodeURIComponent 一般用于GET请求,是否用 encodeURIComponent 对参数进行编码(注:decodeURIComponent解码),即:中文、特殊字符会被转码,例如:“对” 会被转成 %E5%AF%B9,get请求传中文在后台接收时容易变成乱码
|
|
32
32
|
* @returns 当为同步请求时,返回查询到的所有数据
|
|
33
33
|
*/
|
|
34
|
-
export type GetApiData = (_url: any, _type: "POST" | 'GET', _param?: any, _requestType?: "RequestParam" | "RequestBody", _isAsync?: any, _callBackFun?: any, _headerList?: any, _isEncodeURIComponent?: any) =>
|
|
34
|
+
export type GetApiData = (_url: any, _type: "POST" | 'GET', _param?: any, _requestType?: "RequestParam" | "RequestBody", _isAsync?: any, _callBackFun?: any, _headerList?: any, _isEncodeURIComponent?: any) => any;
|
|
35
35
|
/**
|
|
36
36
|
* 获取指定长度的16进制随机数据,
|
|
37
37
|
* @param len 指定长度,不传默认返回32位
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"vap1","version":"0.8.
|
|
1
|
+
{"name":"vap1","version":"0.8.4","description":"vap1, Both support MicroService and SAP FrameWork, Support IE>9","main":"index.js","author":"Xiang da","license":"ISC"}
|