- jd.setSkuNameListPic

This commit is contained in:
gazebo
2019-08-02 11:01:57 +08:00
parent 92daec3d93
commit e2a620b305
3 changed files with 63 additions and 26 deletions

View File

@@ -66,7 +66,7 @@ func TestGetVendorCategories(t *testing.T) {
}
func TestGetSkus(t *testing.T) {
skuNameList, err := curPurchaseHandler.GetSkus(jxcontext.AdminCtx, 0, "", "")
skuNameList, err := curPurchaseHandler.GetSkus(jxcontext.AdminCtx, 0, "2023747677", "")
t.Log(utils.Format4Output(skuNameList, false))
t.Log(len(skuNameList))
if err != nil {