- 菜谱API基本OK

This commit is contained in:
gazebo
2019-09-17 14:36:39 +08:00
parent daa72b7b7d
commit bf8fd2f255
6 changed files with 401 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ func TestFormalizeStoreStatus(t *testing.T) {
}
func TestGetStoreList4Role(t *testing.T) {
storeList, err := GetStoreList(GetDB(), "NiuBi")
storeList, err := GetStoreList(GetDB(), nil, nil, "NiuBi")
t.Log(utils.Format4Output(storeList, false))
if err != nil {
t.Fatal(err)