获取到红包信息后更新UI

This commit is contained in:
cbb
2026-01-08 17:54:09 +08:00
parent c0619ea4ec
commit f2cabe99f1
4 changed files with 105 additions and 39 deletions

View File

@@ -49,3 +49,12 @@ export const sendRedEnvelope = data => {
data
})
}
/** 领取红包 */
export const receiveRedEnvelope = data => {
return http({
url: `/api/system/pointsRedPacket/receive`,
method: 'post',
data
})
}