curl --location -g --request GET 'https://open.weibanzhushou.com/open-api/external_user_event/custom_type/list?limit=10&offset=0&access_token='{
"custom_event_type_list": [
{
"id": 1,
"name": "自定义666"
},
{
"id": 4,
"name": "aaa"
},
{
"id": 5,
"name": "自定义111"
},
{
"id": 6,
"name": "自定义222"
},
{
"id": 7,
"name": "自定义333"
},
{
"id": 8,
"name": ""
}
],
"errcode": 0,
"errmsg": "ok",
"total_count": 6
}