+++
post:/ThirdpartyApi/Card/get_institution_info
*string:sign_type=account#認證類型(暫只支持賬戶認證)
*username#用戶名
*password#md5加密后的密碼(32位小寫)
<<<
發送示例
sign_type=account
&username=test
&password=098f6bcd4621d373cade4e832627b4f6
<<<
成功示例
[{
{
"result_status": "success",
"result_msg": "成功",
"error_code": "",
"data": {
"company_name": "XX保險北京分公司",//公司名
"allow_prepayment": "1",//是否開放預付費接口
"allow_postpayment": "1",//是否開放后付費接口
"fund_available": 1//是否已開通資金功能
"fund_status": "1",//資金狀態
"money": "99989889.99",//資金
"alert_email_list": "example@example.com",//資金預警通知郵件
}
}
}]
<<<
失敗示例
[{
"result_status":"fail",
"result_msg":"密碼錯誤!",
}]
+++
