Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
// 更新点赞点灭
47
export
function
updateFeedback(id, data) {
48
const
url = `${PLUGIN_URL}/aipp/user/feedback/${id}`;
49
return
patch(url, data);
50
}
51
52
// 取消点赞点灭
53
export
function
deleteFeedback(id) {
Callers
2
unLikeClickConfirm
Function · 0.90
likeClick
Function · 0.90
Calls
1
patch
Function · 0.90
Tested by
no test coverage detected