This commit is contained in:
苏尹岚
2021-03-19 09:42:31 +08:00
parent 72731f6c70
commit 746ae7b636
8 changed files with 30 additions and 26 deletions

View File

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