新增饿百查询单个门店商品

This commit is contained in:
苏尹岚
2020-02-18 10:59:34 +08:00
parent 76e9091494
commit 006278bbd6
2 changed files with 133 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ func TestGetEleCommentList(t *testing.T) {
}
func TestPageGetSkuList(t *testing.T) {
skuList, err := api.PageGetSkuList(2233065941)
skuList, err := api.PageGetSkuList(32267350915)
if err != nil {
t.Fatal(err)
}
@@ -164,3 +164,8 @@ func TestGetExianDaSku(t *testing.T) {
result, _ := api.GetExianDaSku(100000000000184645)
t.Log(utils.Format4Output(result, false))
}
func TestPageGetSku(t *testing.T) {
result, _ := api.PageGetSku(32267350915, 15813853840796298)
t.Log(utils.Format4Output(result, false))
}