guolin

Results 3 issues of guolin

https://github.com/RoboMaster/RMTT_Libs/blob/b8ece60ec31eeca3350209a2559f549864e91dce/RMTT_Protocol.cpp#L357

Access the API with Bearer will not get the "X-Ratelimit-Remaining". So the ratelimit don't work. but when you get API with cookie they will give the limit info back. So...

**Describe the bug** I do a simple test: ` import fetch from 'cross-fetch'; fetch('https://www.robotevents.com/api/v2/events?per_page=250&season%5B%5D=180&page=3', { headers: { 'Origin': 'https://www.robotevents.com/', 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)...

bug