Compare commits

..

1 Commits

Author SHA1 Message Date
shanshanzhong147 59015b76a3 fix: 备注表单提交时携带完整用户数据
RemarkForm 的 onSave 回调之前只传 user_id 和 remark,
导致后端用零值覆盖邀请人、余额、佣金等字段。

参考 enable 开关的模式,排除不兼容字段后展开 ...rest,
保证 updateUserBasicInfo 收到完整的用户数据。

Co-authored-by: multica-agent <github@multica.ai>
2026-05-25 19:52:20 -07:00
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# API base URL
VITE_API_BASE_URL=https://tapi.hifast.biz
VITE_API_BASE_URL=
# API prefix path
VITE_API_PREFIX=
-1
View File
@@ -1 +0,0 @@
VITE_API_BASE_URL=https://tapi.hifast.biz