add fetchname
This commit is contained in:
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}"
|
Reference in New Issue
Block a user