{
"channel_id": "string",
"time": 0,
"sign": "string",
"sc_id": 0
}curl --location '/jyapi/scEvents' \
--header 'Content-Type: application/json' \
--data '{
"channel_id": "string",
"time": 0,
"sign": "string",
"sc_id": 0
}'{
"status": 200,
"msg": "success",
"data": {
"list": [
{
"type": "退出游戏",
"content": "客户发出退出游戏 定时清理 OS接口发起",
"created_at": "2026-06-23 00:51:15"
}
]
}
}