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);
|
console.log(_ur);
|
||||||
AxiosGET(_ur, {}).then(function (result) {
|
AxiosGET(_ur, {}).then(function (result) {
|
||||||
|
console.log("result premiun");
|
||||||
|
console.log(result);
|
||||||
if(result['ok']){
|
if(result['ok']){
|
||||||
array['ok'] = true;
|
array['ok'] = true;
|
||||||
array['data'] = result['data_bot'];
|
array['data'] = result['data_bot'];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user