diff --git a/src/service/freightwaves.service.ts b/src/service/freightwaves.service.ts index 04f51fe..f2bbe0a 100644 --- a/src/service/freightwaves.service.ts +++ b/src/service/freightwaves.service.ts @@ -179,12 +179,6 @@ export class FreightwavesService { 'signature': this.generateSignature(data, date), }; - // 记录请求前的详细信息 - console.log(`Sending request to: ${this.config.apiBaseUrl}${url}`, JSON.stringify({ - headers, - data - })) - console.log('Request data:', `${this.config.apiBaseUrl}${url}`, data, headers); // 发送请求 - 临时禁用SSL证书验证以解决UNABLE_TO_VERIFY_LEAF_SIGNATURE错误 const response = await axios.post>( `${this.config.apiBaseUrl}${url}`,