{"name":"Mock Douyin Message Server","version":"1.0.0","description":"抖音开放平台私信 API 的 Mock 服务器","documentation":"/docs","testConsole":"/console/","endpoints":{"health":"GET /health","swagger":"GET /docs","console":"GET /console/ - 测试控制台（可视化界面）","oauth":{"businessToken":"POST /oauth/business_token/"},"im":{"sendMsg":"POST /im/send/msg/?open_id=xxx","recallMsg":"POST /im/recall/msg/?open_id=xxx","authorizeStatus":"POST /im/authorize/status/?open_id=xxx","authorizeUserList":"POST /im/authorize/user_list/?open_id=xxx"},"mock":{"info":"以下是 Mock 服务器的管理接口","users":"GET /_mock/users - 获取所有模拟用户","conversations":"GET /_mock/conversations - 获取所有会话","messages":"GET /_mock/messages - 获取所有消息","createUser":"POST /_mock/users - 创建模拟用户","webhookEnterDirectMsg":"POST /_mock/webhook/enter-direct-msg - 模拟用户进入私信","webhookReceiveMsg":"POST /_mock/webhook/receive-msg - 模拟接收私信","webhookRecallMsg":"POST /_mock/webhook/recall-msg - 模拟消息撤回"}},"config":{"webhookUrls":["http://localhost:3000/api/douyin/webhook","https://huiliao.lunyulaike.cn/api/douyin/webhook","http://huiliao.lunyulaike.cn/api/douyin/webhook"],"clientKey":"mock_client_key","tokenExpiresIn":7200}}