fix: 右侧记录栏添加已购商品
Build and Deploy Vue3 / build (push) Successful in 2m21s
Build and Deploy Vue3 / deploy (push) Successful in 1m12s

This commit is contained in:
2026-04-20 11:32:14 +08:00
parent 8b2251ef97
commit d72a4f804e
5 changed files with 26006 additions and 7 deletions
+9
View File
@@ -244,4 +244,13 @@ export const updateProductGroupTag = (data) => {
/**删除商品分组标签 */
export const deleteProductGroupTag = (params) => {
return http2.delete('/api/v1/admin/good/group_tag/delete', {params: params})
}
/**---------------------------------- */
/**已购商品管理 */
/**获取用户已购商品列表 */
export const getUserGoodsList = (params) => {
return http2.get('/api/v1/admin/good/user_goods/list', {params: params})
}