评论接口

parent 498d40bc
...@@ -55,3 +55,12 @@ export function receiveCoupon(data) { ...@@ -55,3 +55,12 @@ export function receiveCoupon(data) {
data, data,
}); });
} }
// 商家评论列表
export function receiveCoupon(data) {
return request({
url: `/sgyrdd/evaluation/page`,
method: 'GET',
data,
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment