mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-21 00:25:09 +08:00
数据更新
This commit is contained in:
parent
eecfc80a1c
commit
9da6ba2b73
@ -38,6 +38,9 @@ class extractor(Baes):
|
||||
}
|
||||
sub_categorys.append(sub_categorys_dict)
|
||||
|
||||
value = globalData.get('skuModel').get('skuProps')[0].get('value')
|
||||
sub_colour_categorys = value
|
||||
|
||||
orderParam = globalData.get('orderParamModel').get('orderParam').get('skuParam').get('skuRangePrices')
|
||||
companyName = globalData.get('tempModel').get('companyName')
|
||||
sellerLoginId = globalData.get('tempModel').get('sellerLoginId')
|
||||
@ -62,6 +65,7 @@ class extractor(Baes):
|
||||
"company_name_url": "https://detail.1688.com/offer/{}.html".format(offerId),
|
||||
"title": title,
|
||||
"sub_categorys": sub_categorys,
|
||||
"sub_colour_categorys": sub_colour_categorys,
|
||||
"order_param_model": orderParam,
|
||||
"sellerLoginId": sellerLoginId,
|
||||
"offerUnit": offerUnit,
|
||||
|
Loading…
x
Reference in New Issue
Block a user