Compare commits
No commits in common. "5c8c0fc99e18e283ff77ca086effb54902d13830" and "02c1ccc6777c7bc666a90ad8937f045c80e43e3e" have entirely different histories.
5c8c0fc99e
...
02c1ccc677
@ -1,9 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
source .env 2> /dev/null
|
|
||||||
|
|
||||||
accountNo=$1
|
|
||||||
|
|
||||||
curl -s 'https://faisanet.mib.com.mv/ajaxBeneficiary/getAccountName' \
|
|
||||||
-H "cookie: ql_0=${QL_0}; IBSID=${IBSID}" \
|
|
||||||
--data-raw "accountNo=${accountNo}"
|
|
2
tx.sh
2
tx.sh
@ -3,6 +3,6 @@
|
|||||||
source .env 2> /dev/null
|
source .env 2> /dev/null
|
||||||
|
|
||||||
curl 'https://faisanet.mib.com.mv/ajaxAccounts/trxHistory' \
|
curl 'https://faisanet.mib.com.mv/ajaxAccounts/trxHistory' \
|
||||||
-H "cookie: ql_0=${QL_0}; IBSID=${IBSID}" \
|
-H "cookie: prefTheme=1; ql_0=${QL_0}; IBSID=${IBSID}; dashboardStatsMode=1; _zwaf_ua=Brave" \
|
||||||
--data-raw 'accountNo=90101400028321000&trxNo=&trxType=0&sortTrx=date&sortDir=desc&fromDate=&toDate=&start=1&end=20&includeCount=1' -s \
|
--data-raw 'accountNo=90101400028321000&trxNo=&trxType=0&sortTrx=date&sortDir=desc&fromDate=&toDate=&start=1&end=20&includeCount=1' -s \
|
||||||
| sed 's/"benefName":"BML - /"benefName":"/g'
|
| sed 's/"benefName":"BML - /"benefName":"/g'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user