{
    "code": 200,
    "message": "簿记（分账业务）API服务",
    "apis": {
        "open_account": "个人开户 - POST \/index.php?route=open_account",
        "bind_card": "个人绑卡 - POST \/index.php?route=bind_card",
        "acc_payment": "子账户单笔付款 - POST \/index.php?route=acc_payment",
        "withdraw": "账户提现 - POST \/index.php?route=withdraw",
        "query_trade": "交易结果查询 - POST \/index.php?route=query_trade",
        "query_balance": "账户余额查询 - POST \/index.php?route=query_balance"
    }
}