![]() |
Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
|
资金划转执行结果 更多...
#include <xlt_privilege_struct.h>
Public 属性 | |
| uint64_t | account_index |
| 交易账号索引 | |
| char | biz_no [CONST_BIZ_NO_LEN] |
| 资金划转业务流水号,交易API:token_id+序号,管理API:外部系统保证全局唯一 | |
| FundTransSide | side |
| 划转方向,IN-划入(从主柜划入到xlight),OUT-划出(从xlight划出到主柜) | |
| amount_t | amount |
| 划转金额,放大10000倍 | |
| uint8_t | check_flag |
| 校验标记,0: 不做任何校验,1: 校验可用资金 | |
| FundTransExecType | exec_type |
| 资金划转执行类型,NORMAL: 正常处理, ROLLBACK: 回滚 | |
| int64_t | time |
| 资金划转的时间,格式为YYYYMMDDHHMMSSsss | |
| FundTransStatus | status |
| 划转状态,DOING-处理中,SUCCESS-成功,FAIL-失败,EXCEPTION-异常 | |
| xlt_error_info_t | error_info |
| 如果资金划转失败将通过该字段返回错误信息 | |
资金划转执行结果
| uint64_t x1::xlt_fund_transfer_exec_result_t::account_index |
交易账号索引
| amount_t x1::xlt_fund_transfer_exec_result_t::amount |
划转金额,放大10000倍
| char x1::xlt_fund_transfer_exec_result_t::biz_no[CONST_BIZ_NO_LEN] |
资金划转业务流水号,交易API:token_id+序号,管理API:外部系统保证全局唯一
| uint8_t x1::xlt_fund_transfer_exec_result_t::check_flag |
校验标记,0: 不做任何校验,1: 校验可用资金
| xlt_error_info_t x1::xlt_fund_transfer_exec_result_t::error_info |
如果资金划转失败将通过该字段返回错误信息
| FundTransExecType x1::xlt_fund_transfer_exec_result_t::exec_type |
资金划转执行类型,NORMAL: 正常处理, ROLLBACK: 回滚
| FundTransSide x1::xlt_fund_transfer_exec_result_t::side |
划转方向,IN-划入(从主柜划入到xlight),OUT-划出(从xlight划出到主柜)
| FundTransStatus x1::xlt_fund_transfer_exec_result_t::status |
划转状态,DOING-处理中,SUCCESS-成功,FAIL-失败,EXCEPTION-异常
| int64_t x1::xlt_fund_transfer_exec_result_t::time |
资金划转的时间,格式为YYYYMMDDHHMMSSsss