{
"queryItems": [
{
"typeName": "string",
"typeId": 0,
"limit": 0,
"mode": 0,
"source": 0
}
]
}
curl --location --request POST 'https://testgateway.dangbei.net/searchWord/list/' \
--header 'Content-Type: application/json' \
--data-raw '{
"queryItems": [
{
"typeName": "string",
"typeId": 0,
"limit": 0,
"mode": 0,
"source": 0
}
]
}'
{
"success": true,
"errCode": "string",
"errMessage": "string",
"requestId": "string",
"data": {
"property1": [
{
"createTime": 0,
"updateTime": 0,
"id": 0,
"title": "string",
"searchType": 0,
"typeName": "string",
"contentType": "string",
"typeId": 0,
"key": "string",
"value": "string",
"remark": "string",
"status": 0,
"sort": 0,
"img": "string",
"refId": 0,
"jumpType": 0,
"jumpLink": "string",
"packageName": "string",
"source": 0,
"click": 0,
"mode": 0
}
],
"property2": [
{
"createTime": 0,
"updateTime": 0,
"id": 0,
"title": "string",
"searchType": 0,
"typeName": "string",
"contentType": "string",
"typeId": 0,
"key": "string",
"value": "string",
"remark": "string",
"status": 0,
"sort": 0,
"img": "string",
"refId": 0,
"jumpType": 0,
"jumpLink": "string",
"packageName": "string",
"source": 0,
"click": 0,
"mode": 0
}
]
}
}