This commit is contained in:
邹宗楠
2023-11-23 10:26:00 +08:00
parent 8f063f88b6
commit e1a80a862a
7 changed files with 35 additions and 22 deletions

View File

@@ -104,7 +104,7 @@ func TestShopUpdate(t *testing.T) {
}
func TestShopBusStatusGet(t *testing.T) {
result, err := api.ShopBusStatusGet("", 100000117217, PlatformFlagElm)
result, err := api.ShopBusStatusGet("", 1119844487, PlatformFlagElm)
if err != nil {
t.Fatal(err)
} else {
@@ -113,7 +113,7 @@ func TestShopBusStatusGet(t *testing.T) {
}
func TestShopStatusGet(t *testing.T) {
result, err := api.ShopStatusGet("", 200000081608)
result, err := api.ShopStatusGet("", 1119844487)
if err != nil {
t.Fatal(err)
} else {