粉丝管理

This commit is contained in:
2026-06-03 12:43:07 +08:00
parent bdad17d77a
commit c40d7aabcb
8 changed files with 435 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ public interface ILbGoodsService extends IService<LbGoods> {
* 成功笔数达到 {@code maxBuyCount} 后停止,且循环抢购总次数不超过 {@code maxBuyCount} 的5倍。
*
* @param token 可选;非空时作为请求头 token否则使用 {@code lb_third_integration_config} 中的 goodsApiToken
* @param rushBuyAccountLabel 可选;批量账号抢单时传入,用于日志标识当前抢单账号
* @param ;批量账号抢单时传入,用于日志标识当前抢单账号
*/
default Map<String, Object> rushBuy(String tenantId, String token, Integer maxBuyCount) {
return rushBuy(tenantId, token, maxBuyCount, null);