程序包 | 说明 |
---|---|
me.chanjar.weixin.open.api | |
me.chanjar.weixin.open.api.impl |
限定符和类型 | 方法和说明 |
---|---|
List<LimitDiscountGoods> |
WxOpenComponentService.getLimitDiscountList(String appId,
Integer status)
status为0代表 还未结束的抢购任务,无论是否开始 status为1代表已经结束的 抢购任务 如果不填status,则两种都拉取
|
限定符和类型 | 方法和说明 |
---|---|
Integer |
WxOpenComponentService.addLimitDiscountGoods(String appId,
LimitDiscountGoods limitDiscountGoods)
添加抢购任务
每个商品(SPU)同一时间只能有一个抢购任务。
|
限定符和类型 | 方法和说明 |
---|---|
List<LimitDiscountGoods> |
WxOpenComponentServiceImpl.getLimitDiscountList(String appId,
Integer status) |
限定符和类型 | 方法和说明 |
---|---|
Integer |
WxOpenComponentServiceImpl.addLimitDiscountGoods(String appId,
LimitDiscountGoods limitDiscountGoods) |
Copyright © 2024. All rights reserved.