美团力荐
This commit is contained in:
@@ -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, "")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user