This commit is contained in:
2026-07-30 15:41:06 +08:00
parent 4d3503f47e
commit d3e7f5a639
13 changed files with 1951 additions and 347 deletions

8
api/house-message.js Normal file
View File

@@ -0,0 +1,8 @@
import http from './index.js';
// 新增AI找房留言
export const addHouseMessage = (data) => http.post('/house/house-message', data)
export default {
addHouseMessage
}