获取饿百门店

This commit is contained in:
苏尹岚
2019-12-09 08:41:13 +08:00
parent 8d067aff33
commit 6e348bf92e
2 changed files with 46 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
package ebaiapi
import (
"fmt"
"testing"
"git.rosy.net.cn/baseapi"
@@ -137,3 +138,8 @@ func TestGetStoreInfo2(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestGetShopListIDs(t *testing.T) {
result, total, _ := api.GetShopListByPage(1, 10, 500, 1)
fmt.Println(result[0].Name, total)
}