Lista Città (prese dal server: pickup)

This commit is contained in:
paoloar77
2022-01-20 00:39:06 +01:00
parent f463f88495
commit 66eaca6d41
11 changed files with 97289 additions and 56 deletions

View File

@@ -58,7 +58,7 @@ module.exports = {
SITES_KEY_TO_CRYPTED: ['email_pwd'],
TablePickup: ['countries', 'phones'],
TableCities: ['citta', 'province'],
TableCities: ['cities', 'province'],
PaymentTypes: [
'Nessuno',
@@ -89,6 +89,12 @@ module.exports = {
Outcoming: 2,
},
Cmd: {
PROVINCE: 1,
COMUNI: 2,
CITIES_SERVER: 3,
},
WalletFinalStatusType: {
None: 0,
InCommonCash: 1,