feat: 详情页联调
This commit is contained in:
@@ -211,12 +211,13 @@ class HttpService {
|
||||
}
|
||||
|
||||
try {
|
||||
console.log(this.buildHeaders(config), 1111);
|
||||
const reqHeader = this.buildHeaders(config)
|
||||
this.log('info', 'HTTP REQ HEADER: ', reqHeader)
|
||||
const requestConfig = {
|
||||
url: fullUrl,
|
||||
method: method,
|
||||
data: method !== 'GET' ? data : undefined,
|
||||
header: this.buildHeaders(config),
|
||||
header: reqHeader,
|
||||
timeout: this.timeout
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user