- Estrazione dei dati da Amazon
- Ciclo di Estrapolazione di tutti i prodotti ed aggiornamento dei campi scraped e scraped_updated - Creazione file CSV con i campi modificati.
This commit is contained in:
@@ -1050,9 +1050,11 @@ export const useUserStore = defineStore('UserStore', {
|
||||
},
|
||||
|
||||
async execDbOp(paramquery: any) {
|
||||
// come faccio a ricevere un file da node.js ?
|
||||
return Api.SendReq('/users/dbop', 'POST', paramquery, false, false, 0, 5000, null, null, {timeout: 300000})
|
||||
.then((res) => {
|
||||
|
||||
|
||||
return res.data
|
||||
}).catch((error) => {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user