podmall.address.pickup.pointsconfig/api/podmall/mall/address/self-pickup-items.json0。{
"current": 1,
"pageSize": 20,
"keyword": "string"
}curl --location '/v4/gateway/podmall.address.pickup.points' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"current": 1,
"pageSize": 20,
"keyword": "string"
}'{
"status": 0,
"success": true,
"data": {}
}