@farris/bef
Advanced tools
Comparing version 0.0.11-201902252000 to 0.0.11-201902252100
@@ -1224,4 +1224,3 @@ (function (global, factory) { | ||
/** | ||
* 发送http请求(请勿使用) | ||
* @internal | ||
* 发送http请求 | ||
*/ | ||
@@ -1228,0 +1227,0 @@ BefRestService.prototype.request = function (url, method, params, options) { |
@@ -1185,4 +1185,3 @@ import { InjectionToken, Injectable, Injector } from '@angular/core'; | ||
/** | ||
* 发送http请求(请勿使用) | ||
* @internal | ||
* 发送http请求 | ||
*/ | ||
@@ -1189,0 +1188,0 @@ request(url, method, params, options) { |
@@ -1228,4 +1228,3 @@ import { InjectionToken, Injectable, Injector } from '@angular/core'; | ||
/** | ||
* 发送http请求(请勿使用) | ||
* @internal | ||
* 发送http请求 | ||
*/ | ||
@@ -1232,0 +1231,0 @@ BefRestService.prototype.request = function (url, method, params, options) { |
{ | ||
"name": "@farris/bef", | ||
"version": "0.0.11-201902252000", | ||
"version": "0.0.11-201902252100", | ||
"description": "Farris Bef", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/index.umd.js", |
@@ -101,2 +101,6 @@ import { HttpClient } from '@angular/common/http'; | ||
/** | ||
* 发送http请求 | ||
*/ | ||
request(url: string, method: string, params?: any, options?: any): Observable<any>; | ||
/** | ||
* 构造HttpParams对象 | ||
@@ -103,0 +107,0 @@ * @param params 请求参数 |
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
4618
464019