Feat:店铺资讯评论
This commit is contained in:
+13
@@ -273,4 +273,17 @@ export function getMerchantApply() {
|
||||
return request.get("/merchantApply/userHotels", {}, {login: true})
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取用户评论列表
|
||||
*/
|
||||
export function getCommentList(params) {
|
||||
return request.get("/user/reply/list", params, {login: true})
|
||||
}
|
||||
|
||||
/**
|
||||
* 添加用户评论
|
||||
*/
|
||||
export function addComment(data) {
|
||||
return request.post("/user/reply/add", data, {login: true})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user