Commit 46e8b16c authored by 周俊涛(东信)'s avatar 周俊涛(东信)

8.15bug修改

parent 5e89b49d
...@@ -8,3 +8,12 @@ export function getPhoto(data) { ...@@ -8,3 +8,12 @@ export function getPhoto(data) {
data, data,
}); });
} }
// 点赞
export function likeOrDislike(data) {
return request({
url: `/sgyrdd/evaluation/likeOrDislike`,
method: 'POST',
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