applications

This commit is contained in:
2023-11-24 04:20:16 +03:00
parent 7f567954fa
commit 560a0248a5
3 changed files with 10 additions and 0 deletions

View File

@@ -6,3 +6,7 @@ router = '/general'
def get_shipping_warehouses():
return client.method('GET', f'{router}/getShippingWarehouses')
def get_cities():
return client.method('GET', f'{router}/getCities')