This commit is contained in:
2025-05-07 12:47:41 +05:00
parent 7db4f4ccf8
commit 6d092ba633
2 changed files with 3 additions and 0 deletions

2
BANK_EXTERNAL_APIS.MD Normal file
View File

@@ -0,0 +1,2 @@
## CARD FETCH (AZAT)
> http://10.3.158.102:9999/api/clientinfo

View File

@@ -120,6 +120,7 @@ async function fetchCardHistory(passport_serie, passport_id, card_number, card_e
Nova.request().post('/api/fetch-card-history', formData).then(response => {
let result = response.data;
console.log(response.data);
if (result.errCode != 0) {
Nova.error(result.message)