Update funtions.js
This commit is contained in:
parent
ac5478add8
commit
1f100bff45
@ -157,6 +157,8 @@ async function ConsultaClaves(cedula, chang = null){
|
||||
}
|
||||
console.log(_ur);
|
||||
AxiosGET(_ur, {}).then(function (result) {
|
||||
console.log("result premiun");
|
||||
console.log(result);
|
||||
if(result['ok']){
|
||||
array['ok'] = true;
|
||||
array['data'] = result['data_bot'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user