zyh
|
a01dbdf574
|
fix: 修正消息发送 API 使用方式
- 使用正确的环信 SDK 4.x 消息创建 API (message.create)
- 修复消息类型参数,使用 'txt' 代替 messageType.TXT
- 测试验证双用户消息互发功能正常工作
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
|
2026-03-29 23:19:12 +00:00 |
|
zyh
|
b3a7461548
|
refactor: 改用配置文件替代数据库读取
- 新增 config.json 存储环信配置和测试账号
- 修改 test-easemob-msg.js 从配置文件读取配置
- 移除 sql.js 依赖,简化项目依赖
- 更新测试脚本注释说明
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
|
2026-03-29 23:15:18 +00:00 |
|
zyh
|
fd549c6e3d
|
feat: 初始化环信 SDK 测试项目
- 添加项目配置文档 (AGENTS.md)
- 创建 package.json,包含环信 SDK 及测试依赖
- 添加环信 polyfill 工具模块
- 添加双用户消息互发测试脚本
- 添加 polyfill 测试脚本
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
|
2026-03-29 23:14:09 +00:00 |
|