文档
测试

积分记录

POST
http://www.lwpq.net/index.php/api/balance_record/get_list

请求参数

参数名
类型
描述
必填
token
string
token
必填
type
strint
all=全部,withdraw=提现,inout=收付款
必填
page
number
当前页数,默认=1
必填
limit
number
每页条数,默认=10
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:操作成功
必填
data
object
数据字典
必填
total
int
示例:3
必填
list
array
数据列表
必填
id
int
示例:8
必填
current_balance
string
示例:30.00
必填
last_balance
string
示例:40.00
必填
change_balance
string
变化金额,示例:-10.00
必填
deposit_type_text
string
变化原因,示例:提现
必填
item_id
int
示例:0
必填
created_time_str
string
示例:2020-05-18 23:44
必填
total_page
int
示例:1
必填
url
string
示例:/index.php/api/balance_record/get_list.html
必填
wait
int
示例:3
必填