Files
JiaJun cf9300eefc fix(auth): 修复注册接口中的邀请码参数处理
- 将 RegisterRequestDto 和 RegisterPayload 中的 invite_code 字段改为可选字段
- 修改 registerWithPassword 函数中的请求体构建逻辑,仅在有值时包含邀请码参数
- 移除邀请码验证 schema 中的必填校验规则
- 更新云开发预览配置文件中的端口和进程 ID 信息
2026-07-22 09:43:04 +08:00
..