1232w
This commit is contained in:
parent
c3beaa02e9
commit
2624def3b8
|
|
@ -135,8 +135,8 @@ def get_order_content(order_id):
|
|||
return content
|
||||
|
||||
|
||||
content = get_order_content(5379484)
|
||||
print(content)
|
||||
# content = get_order_content(5379484)
|
||||
# print(content)
|
||||
|
||||
# orders = get_orders(access_token)
|
||||
# print(orders)
|
||||
|
|
@ -146,7 +146,7 @@ print(content)
|
|||
# print(order)
|
||||
|
||||
|
||||
# download_prices(partner)
|
||||
# download_products(user_name)
|
||||
download_prices(partner)
|
||||
download_products(user_name)
|
||||
|
||||
|
||||
|
|
@ -18,7 +18,8 @@ CREATE TABLE IF NOT EXISTS products (
|
|||
price TEXT,
|
||||
price_gg TEXT,
|
||||
price_sales TEXT,
|
||||
price_salesgg TEXT
|
||||
price_salesgg TEXT,
|
||||
gg TEXT
|
||||
)
|
||||
""")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue