美团力荐

This commit is contained in:
邹宗楠
2023-03-28 18:01:06 +08:00
parent 3b694d9462
commit 56451a4fb9
5 changed files with 226 additions and 76 deletions

View File

@@ -29,3 +29,24 @@ func TestCancelReason(t *testing.T) {
}
baseapi.SugarLogger.Debug(utils.Format4Output(result, false))
}
func TestGetRecommendSku(t *testing.T) {
param := &RecommendSkuGet{
WmPoiId: 17056471,
PageNum: 1,
PageSize: 100,
NeedTag: 1,
Name: "",
BrandId: 0,
TagId: 0,
SearchWord: "",
State: 0,
LabelIds: 1,
SaleStatus: 0,
LimitSale: 0,
NeedCombinationSpu: 2,
NoStockAutoClear: -1,
MedicareType: 1,
}
api.GetRecommendSku(param, "")
}