粉丝管理
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user