sdf
This commit is contained in:
parent
559b07a0a5
commit
9c8476bd72
|
|
@ -161,6 +161,8 @@ def get_orders(page=1, page_size=25):
|
|||
|
||||
|
||||
def get_order_content(order_id):
|
||||
conn = sqlite3.connect(DB_PATH)
|
||||
|
||||
cursor = conn.cursor()
|
||||
url = f"{BASE_URL}/orders/{order_id}/content"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue