|
@@ -221,6 +221,7 @@ export class HttpHelper {
|
|
|
...params.headers
|
|
|
}
|
|
|
console.log('=====>', 'GET:', this.getUrl(params.url, params.query))
|
|
|
+ console.log('=====>', 'header:', JSON.stringify(header))
|
|
|
|
|
|
httpRequest.request(this.getUrl(params.url, params.query), {
|
|
|
method: http.RequestMethod.GET,
|