curl --location --request GET 'https://java-front.likeadmin.cn//api/logs/userMoney?type=0'
{
"code": 200,
"msg": "成功",
"data": {
"count": 1,
"pageNo": 1,
"pageSize": 20,
"lists": [
{
"id": 1,
"orderAmount": 0.01,
"tips": "充值余额增加",
"action": 1,
"createTime": "1970-01-01 08:00:00"
}
]
}
}