gofound/tests/http/query.http

12 lines
142 B
Plaintext
Raw Permalink Normal View History

2022-10-14 09:01:07 +00:00
POST http://localhost:5678/api/query
Content-Type: application/json
{
"query":"手机",
"page":1,
"limit":10,
"order": "desc"
}
###