This commit is contained in:
suyl
2021-06-17 16:04:44 +08:00
parent b8119af062
commit 8a4c91c007
5 changed files with 97 additions and 6 deletions

View File

@@ -125,7 +125,7 @@ func PKCS5UnPadding(decrypted []byte) []byte {
}
func TestShopDetail(t *testing.T) {
result, err := api.ShopDetail(1000070140)
result, err := api.ShopDetail(1000069719)
if err != nil {
t.Fatal(err)
}