文档
测试

余额记录

GET
http://127.0.0.1:1234/api/user/moneyLog?page=1

请求头

参数名
类型
描述
必填
token
string
游泳馆token
必填

请求参数

参数名
类型
描述
必填
page
int
页码
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:ok
必填
time
string
示例:1597651702
必填
data
object
数据字典
必填
total
int
示例:8
必填
per_page
int
示例:10
必填
current_page
int
示例:1
必填
last_page
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:15
必填
user_id
int
示例:2
必填
money
string
示例:-5.00
必填
before
string
示例:66470.00
必填
after
string
示例:66465.00
必填
memo
string
示例:购买票卡
必填
createtime
int
示例:1597640708
必填