riku
2025-08-01 5efcf83a4a67bf5cefbee480c58a697553f9f8de
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);
  },