|
@@ -74,9 +74,9 @@ export class HttpHelper {
|
|
// "Accept": "application/json",
|
|
// "Accept": "application/json",
|
|
...params.headers
|
|
...params.headers
|
|
}
|
|
}
|
|
|
|
+ console.log('>>>>>', 'POST:', params.url)
|
|
// console.log('>>>>>', '接口请求', JSON.stringify(header))
|
|
// console.log('>>>>>', '接口请求', JSON.stringify(header))
|
|
// console.log('>>>>>', '接口请求', data)
|
|
// console.log('>>>>>', '接口请求', data)
|
|
- console.log('>>>>>', 'POST:', params.url)
|
|
|
|
|
|
|
|
httpRequest.request(this.getUrl(params.url, params.query), {
|
|
httpRequest.request(this.getUrl(params.url, params.query), {
|
|
method: http.RequestMethod.POST,
|
|
method: http.RequestMethod.POST,
|