文档
测试

转账记录

POST
http://{{address}}/api/hjd/tf/tfRecord

请求参数

参数名
类型
描述
必填
token
string
示例:{{token}}
必填
tf_type
int
可选参数。1对内转账。2对外转账。示例:2
可选
page_size
可选
page
可选

响应参数

参数名
类型
描述
必填
status
int
示例:1
必填
msg
string
示例:操作成功
必填
data
object
数据字典
必填
records
object
数据字典
必填
current_page
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:4
必填
created_at
string
转账时间。示例:2020-12-27 09:38:11
必填
updated_at
string
示例:2020-12-27 09:38:11
必填
from_currency_id
int
示例:3
必填
to_currency_id
int
示例:3
必填
from_user_id
int
示例:1
必填
to_user_id
int
示例:2
必填
money
string
转出金额。示例:200.00
必填
fee
string
手续费。示例:0.00
必填
to_money
string
转入金额。示例:200.00
必填
from_remark
string
示例:这是转账备注
必填
status
int
示例:1
必填
tf_type
int
示例:2
必填
tf_type_text
string
转账类型。示例:对外转账
必填
from_currency
object
转出币种信息。数据字典
必填
id
int
示例:3
必填
title
string
转出币种名称。示例:积分钱包
必填
to_currency
object
转入币种信息。数据字典
必填
id
int
示例:3
必填
title
string
转入币种名称。示例:积分钱包
必填
to_user
object
转入用户信息。数据字典
必填
id
int
示例:2
必填
username
string
用户编号。示例:iF20nCi5
必填
userphone
string
用户手机号。示例:15100000002
必填
realname
object
真实姓名。示例:null
必填
nickname
object
昵称。示例:null
必填
first_page_url
string
示例:http://octhjd:8888/api/hjd/tf/tfRecord?page=1
必填
from
int
示例:1
必填
last_page
int
示例:1
必填
last_page_url
string
示例:http://octhjd:8888/api/hjd/tf/tfRecord?page=1
必填
next_page_url
object
示例:null
必填
path
string
示例:http://octhjd:8888/api/hjd/tf/tfRecord
必填
per_page
int
示例:20
必填
prev_page_url
object
示例:null
必填
to
int
示例:4
必填
total
int
示例:4
必填