build
This commit is contained in:
parent
2cf1dfe75d
commit
aac9eb143b
8 changed files with 18 additions and 1 deletions
|
|
@ -34,6 +34,10 @@ class ClassPilaoEnviar {
|
|||
this.__registrosParaEnvio.push(...registro);
|
||||
return this;
|
||||
}
|
||||
adicionarCodigoParaDeletar(...codigos) {
|
||||
this.__codigosParaDeletar.push(...codigos);
|
||||
return this;
|
||||
}
|
||||
async __salvar_enviar_registros() {
|
||||
const registros = this.__registrosParaEnvio;
|
||||
const url = new URL(`${urlPilao(this.__emDesenvolvimento).api}/enviar_registros/${this.__produto}/${this.__conta}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue