podmall.mall.goods.itemsconfig/api/podmall/mall/goods/items.json1。{
"keyword": "string",
"productCategoryId": 0,
"decorationCode": "string",
"beginDate": "string",
"endDate": "string",
"current": 1,
"pageSize": 10
}curl --location '/v4/gateway/podmall.mall.goods.items' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"keyword": "string",
"productCategoryId": 0,
"decorationCode": "string",
"beginDate": "string",
"endDate": "string",
"current": 1,
"pageSize": 10
}'{
"status": 0,
"success": true,
"data": true
}