配置统一token输入

This commit is contained in:
zhonghua.li
2026-05-28 22:01:07 +08:00
parent 7752c8b875
commit 543f7928d0
2 changed files with 103 additions and 1 deletions

View File

@@ -47,3 +47,13 @@ export function syncLbGoodsFromHxr(params) {
timeout: 120000
})
}
/** 按 total_money 从大到小抢购货品,可能较慢 */
export function rushBuyLbGoods(data) {
return request({
url: '/lbGoods/rush-buy',
method: 'post',
data,
timeout: 120000
})
}