Commit 21a0795d by baiquan

Update create_goods.py

parent 060b72a5
......@@ -107,7 +107,7 @@ def get_schema(cookies, category_id):
'_bid': 'ffa_goods',
}
url = 'https://fxg.jinritemai.com/product/tproduct/getSchema'
a_bogus = get_a_bogus('a_bogus.js', urlencode(params), json_data, headers['User-Agent'])
a_bogus = get_a_bogus('./js/a_bogus.js', urlencode(params), json_data, headers['User-Agent'])
params['a_bogus'] = a_bogus
response = requests.post(url,params=params,cookies=cookies,headers=headers,json=json_data,impersonate="chrome131")
print(response.text)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment