获取饿百门店
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user