饿百门店
This commit is contained in:
@@ -141,5 +141,8 @@ func TestGetStoreInfo2(t *testing.T) {
|
|||||||
|
|
||||||
func TestGetShopListIDs(t *testing.T) {
|
func TestGetShopListIDs(t *testing.T) {
|
||||||
result, total, _ := api.GetShopListByPage(1, 10, 500, 1)
|
result, total, _ := api.GetShopListByPage(1, 10, 500, 1)
|
||||||
fmt.Println(result[0].Name, total)
|
fmt.Println(total)
|
||||||
|
for _, v := range result {
|
||||||
|
fmt.Println(v.Name, v.Wid)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user