Recently, when I used uniapp to send requests, I found that the official document about UNI. request did not say its request body as shown below:

So for guessing when a GET request is made, data is the argument

When it is POST, data is the body of the request, which is later verified to be the case