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

Function guestModeUpdateFeedback

frontend/src/shared/http/guest.ts:142–145  ·  view source on GitHub ↗
(id, data)

Source from the content-addressed store, hash-verified

140
141// 更新点赞点灭
142export function guestModeUpdateFeedback(id, data) {
143 const url = `${AIPP_URL}/guest/feedback/${id}`;
144 return patch(url, data, withGuestHeaders());
145}
146
147// 取消点赞点灭
148export function guestModeDeleteFeedback(id) {

Callers 2

unLikeClickConfirmFunction · 0.90
likeClickFunction · 0.90

Calls 2

patchFunction · 0.90
withGuestHeadersFunction · 0.85

Tested by

no test coverage detected