嘿,实际上我正在尝试使用 python 脚本创建 Spotify 帐户 所以我要求使用post方法
网址:
https://spclient.wg.spotify.com/signup/public/v1/account
数据:
creation_point=lite_7e7cf598605d47caba394c628e2735a2&password_repeat=JEpazBLdZJeNcP&platform=Android-ARM&iagree=true&password=JEpazBLdZJeNcP&gender=female&key=a1e486e2729f46d6bb368d6b2bcda326&birth_day=23&birth_month=9&email=2pi2jmilcs@hotmail.fr&birth_year=1972'
只是一些随机的东西来创建一个帐户
使用 Tor 代理得到这个结果:
{'status': 120,
'country': 'ZZ',
'dmca-radio': False,
'shuffle-restricted': False,
'username': '',
'can_accept_licenses_in_one_step': True,
'requires_marketing_opt_in': False,
'requires_marketing_opt_in_text': False,
'minimum_age': 13,
'country_group': 'NA',
'specific_licenses': False,
'pretick_eula': True,
'show_collect_personal_info': False,
'use_all_genders': True,
'date_endianness': 'MIDDLE_ENDIAN',
'is_country_launched': False}
问题是代理还是其他问题?