{
"sourceChannelIds": [
"string"
],
"sourceChannelName": "string",
"createdTimeStart": 0,
"createdTimeEnd": 0,
"isNewMember": true,
"sourceChannelItemType": "SOURCE_CHANNEL",
"page": 0,
"size": 0,
"totalElements": 0,
"sort": "string",
"shopId": "string",
"shopIds": [
"string"
],
"pageable": {}
}
curl --location --request POST '/4s/SourceChannelDetail/page' \
--header 'User-Token: {{User-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceChannelIds": [
"string"
],
"sourceChannelName": "string",
"createdTimeStart": 0,
"createdTimeEnd": 0,
"isNewMember": true,
"sourceChannelItemType": "SOURCE_CHANNEL",
"page": 0,
"size": 0,
"totalElements": 0,
"sort": "string",
"shopId": "string",
"shopIds": [
"string"
],
"pageable": {}
}'
[
{
"id": "",
"sourceChannelId": "",
"sourceChannelShopId": "",
"sourceChannelCode": "",
"sourceChannelName": "",
"sourceChannelItemId": "",
"sourceChannelType": "",
"createdTime": 0,
"memberId": "",
"memberMobile": "",
"isStaff": false,
"isNewMember": false,
"counts": 0,
"desc": ""
}
]