饿百门店

This commit is contained in:
苏尹岚
2019-12-09 11:11:23 +08:00
parent 8af107037f
commit 7ddcb4e1b9

View File

@@ -141,5 +141,8 @@ func TestGetStoreInfo2(t *testing.T) {
func TestGetShopListIDs(t *testing.T) {
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)
}
}