1
This commit is contained in:
@@ -129,10 +129,11 @@ func TestSgin(t *testing.T) {
|
||||
|
||||
func TestBaokuanHuodong(t *testing.T) {
|
||||
// 获取门店所有的爆款活动
|
||||
storeId := 668887
|
||||
vendorStoreId := "17056471"
|
||||
storeId := 103201
|
||||
vendorStoreId := "8694421"
|
||||
|
||||
actList, _ := api.RetailDiscountList(vendorStoreId, 56)
|
||||
actList, err := api.RetailDiscountList(vendorStoreId, 56)
|
||||
fmt.Println(err)
|
||||
if len(actList) > 0 {
|
||||
allActivitySkuIdList := make([]string, 0, 0) // 此门店全部的折扣(爆款)活动商品
|
||||
activationActivitySkuIdList := make([]*StoreSkuInfo, 0, 0) // 此门店正在进行的折扣(爆款)活动商品
|
||||
|
||||
Reference in New Issue
Block a user