添加租户参数,抢单时

This commit is contained in:
zhonghua.li
2026-07-09 12:23:26 +08:00
parent 5943e69046
commit b3f19b5ff9
2 changed files with 26 additions and 1 deletions

View File

@@ -4,7 +4,8 @@ export function getLbBuyerShoppingList(params) {
return request({
url: '/lbBuyerShopping/list',
method: 'get',
params
params,
tenantId: params.tenantId
})
}