riku
2025-09-18 c1d2051abc8ca88cd07f0d7c56c0dbf8165d5c33
src/api/fytz/userApi.js
@@ -45,7 +45,7 @@
   * 重置用户密码
   */
  resetPassword(id) {
    return $fytz.post(`userInfo/resetPw?userId=${id}`).then((res) => res.data);
    return $fytz.post(`userInfo/resetPw?userId=${id}`, {}).then((res) => res.data);
  },