- 调整饿百关于门店状态的几个函数
This commit is contained in:
@@ -91,8 +91,15 @@ func TestSupplierList(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestShopOnline(t *testing.T) {
|
||||
err := api.ShopOnline("", testShopBaiduID)
|
||||
func TestShopOpen(t *testing.T) {
|
||||
err := api.ShopOpen("", testShopBaiduID)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
func TestShopClose(t *testing.T) {
|
||||
err := api.ShopClose("", testShopBaiduID)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user