This commit is contained in:
邹宗楠
2026-03-25 09:13:07 +08:00
parent 93bd28290d
commit c740630ce6
31 changed files with 2077 additions and 556 deletions

View File

@@ -217,6 +217,11 @@ func TestShopClose(t *testing.T) {
}
func TestAbc(t *testing.T) {
a := "88492098261735"
fmt.Println(a[len(a)-4:])
}
func TestShopOffline(t *testing.T) {
err := api.ShopOffline("", testShopBaiduID)
if err != nil {