Feat;旅居订单评价

This commit is contained in:
LinCyJang
2026-01-10 23:56:33 +08:00
parent 0038846328
commit 6f367223c5
4 changed files with 83 additions and 11 deletions
+6
View File
@@ -66,3 +66,9 @@ export function sojoumOrderCheckDate(params) {
login: true
})
}
export function sojoumOrderComment(params) {
return request.post("/travel/travelGroupOrder/comment", params, {
login: true
})
}