{
"strategy_id": 1,
"cursor": "CURSOR",
"limit": 1000
}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/externalcontact/moment_strategy/get_range?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"strategy_id": 1,
"cursor": "CURSOR",
"limit": 1000
}'
{
"errcode": 0,
"errmsg": "ok",
"range": [
{
"type": 1,
"userid": "zhangsan"
},
{
"type": 2,
"partyid": 1
}
],
"next_cursor": "NEXT_CURSOR"
}