add fetchname
This commit is contained in:
parent
51409fdc14
commit
5c8c0fc99e
9
fetchname.sh
Executable file
9
fetchname.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/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}"
|
Loading…
x
Reference in New Issue
Block a user