- ShopBusStatusOffline to ShopBusStatusHaveRest
This commit is contained in:
@@ -63,7 +63,16 @@ func TestShopUpdate(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestShopBusStatusGet(t *testing.T) {
|
||||
result, err := api.ShopBusStatusGet(testShopID, 0, PlatformFlagBaidu)
|
||||
result, err := api.ShopBusStatusGet("", testShopBaiduID, PlatformFlagElm)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
} else {
|
||||
t.Log(result)
|
||||
}
|
||||
}
|
||||
|
||||
func TestShopStatusGet(t *testing.T) {
|
||||
result, err := api.ShopStatusGet("", testShopBaiduID)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user