{"类别": ["unusual"], "外观": ["崭新出厂"], "类型": ["不限_匕首"]}
{
"page_index": 1,
"page_size": 18,
"search": "蝴蝶",
"filter": {
"类别": [
"unusual"
],
"外观": [
"崭新出厂"
],
"类型": [
"不限_匕首"
]
}
}
curl --location --request POST 'https://api.csqaq.com/api/v1/info/get_page_list' \
--header 'ApiToken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page_index": 1,
"page_size": 18,
"search": "蝴蝶",
"filter": {
"类别": [
"unusual"
],
"外观": [
"崭新出厂"
],
"类型": [
"不限_匕首"
]
}
}'
{
"code": 200,
"msg": "Success",
"data": {
"current_page": 1,
"data": [
{
"id": 6798,
"name": "蝴蝶刀(★) | 蓝钢 (崭新出厂)",
"buff_price_chg": 0.0,
"exterior_localized_name": "崭新出厂",
"rarity_localized_name": "隐秘",
"img": "https://g.fp.ps.netease.com/market/file/5a9fc29d7f9d2aa6a4e126e1pw0YYylI",
"sell_price_rate_1": 1.27
},
{
"id": 6803,
"name": "蝴蝶刀(★) | 北方森林 (崭新出厂)",
"buff_price_chg": 0.0,
"exterior_localized_name": "崭新出厂",
"rarity_localized_name": "隐秘",
"img": "https://g.fp.ps.netease.com/market/file/5a9fc2b9a7501417d3ce218c1sYNxouz",
"sell_price_rate_1": 0.0
}
]
}
}