修改门店

This commit is contained in:
苏尹岚
2020-05-15 17:28:57 +08:00
parent d8662a6da4
commit a3b43b646c
6 changed files with 50 additions and 6 deletions

View File

@@ -18,3 +18,10 @@ func TestCreateShopCategory(t *testing.T) {
}
api.CreateShopCategory(CreateShopCategoryParams)
}
func TestUpdateStoreStatus(t *testing.T) {
err := api.UpdateStoreStatus(24330156, 6)
if err != nil {
t.Fatal(err)
}
}