错误码 | 说明 |
---|---|
20607 | custom_event_type_id对应事件类型不存在 |
20608 | custom_event_type_name超出8字符长度限制 |
20609 | 该custom_event_type_name已存在 |
20610 | custom_event_type_name不能为空 |
20611 | custom_event_type_name不能与微伴基础事件类型重名 |
调用此接口需购买基础席位。 |
{
"custom_event_type_id": 0,
"custom_event_type_name": "string"
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/external_user_event/custom_type/update?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"custom_event_type_id": 0,
"custom_event_type_name": "string"
}'
{
"errcode": 0,
"errmsg": "ok"
}