aa
This commit is contained in:
@@ -15,9 +15,8 @@ func TestGoodsCatsGet(t *testing.T) {
|
||||
|
||||
func TestGoodsSearch(t *testing.T) {
|
||||
result, err := api.GoodsSearch(&GoodsSearchParam{
|
||||
ActivityTags: []int{10564},
|
||||
Page: 1,
|
||||
PageSize: 10,
|
||||
Page: 1,
|
||||
PageSize: 10,
|
||||
})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
||||
@@ -38,7 +38,7 @@ func TestResourceURLGen(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGoodsPromotionURLGen(t *testing.T) {
|
||||
result, err := api.GoodsPromotionURLGen("14501219_204919171", "Y9j2gIZ_GQ1KWDjRwfbZd9rMFl_x9NJ4_JQmOjnZyb5", false)
|
||||
result, err := api.GoodsPromotionURLGen("14501219_204919171", "Y9n2oxrce6hKWDjRwfDZDbjMGeyz1JsC_J7fydjteU", false)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user