12 lines
142 B
Plaintext
12 lines
142 B
Plaintext
|
|
POST http://localhost:5678/api/query
|
||
|
|
Content-Type: application/json
|
||
|
|
|
||
|
|
{
|
||
|
|
"query":"手机",
|
||
|
|
"page":1,
|
||
|
|
"limit":10,
|
||
|
|
"order": "desc"
|
||
|
|
}
|
||
|
|
|
||
|
|
###
|