Add test for fetching live metadata from cnb issue

This commit is contained in:
xiongxiao
2026-02-20 03:53:05 +08:00
committed by cnb
parent 0ebc94a7d0
commit d16adc07fe
12 changed files with 346 additions and 952 deletions

View File

@@ -79,7 +79,7 @@ export class CNBCore {
}
delete _headers.Authorization;
}
// console.log('Request URL:', url, data, _headers);
console.log('Request URL:', url, data, _headers);
const response = await fetch(url || '', {
method,
headers: _headers,