This commit is contained in:
2024-01-15 14:19:59 +08:00
parent 7fb32aa6b1
commit e2442fbc74
5 changed files with 19 additions and 38 deletions

View File

@@ -61,11 +61,3 @@ export function queryMemberList(data) {
})
}
// 查询会员组中的订单列表
export function queryOrderList(data) {
return request({
url: '/member/memberGroup/queryOrderList',
method: 'post',
data: data
})
}