MCPcopy Create free account
hub / github.com/ModelEngine-Group/app-platform / updateFeedback

Function updateFeedback

frontend/src/shared/http/chat.ts:47–50  ·  view source on GitHub ↗
(id, data)

Source from the content-addressed store, hash-verified

45
46// 更新点赞点灭
47export function updateFeedback(id, data) {
48 const url = `${PLUGIN_URL}/aipp/user/feedback/${id}`;
49 return patch(url, data);
50}
51
52// 取消点赞点灭
53export function deleteFeedback(id) {

Callers 2

unLikeClickConfirmFunction · 0.90
likeClickFunction · 0.90

Calls 1

patchFunction · 0.90

Tested by

no test coverage detected