Merge branch 'master' of e.coding.net:rosydev/baseapi

This commit is contained in:
gazebo
2019-12-09 13:50:24 +08:00

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)
}
}