获取用户活动流水
POST
/mob/activity/activityTurnover
请求参数
Query 参数
id
string
可选
page.pageNo
integer
当前页码
page.pageSize
integer
可选
page.count
integer
可选
page.first
integer
首页索引
page.last
integer
尾页索引
page.list[0].id
string
可选
page.list[0].page.pageNo
integer
当前页码
page.list[0].page.pageSize
integer
可选
page.list[0].page.count
integer
可选
page.list[0].page.first
integer
首页索引
page.list[0].page.last
integer
尾页索引
page.list[0].page.list[0].key
可选
page.list[0].page.orderBy
string
可选
page.list[0].dataScope
string
可选
page.list[0].isNewRecord
string
可选
设置为true后强制执行插入语句,ID不会自动生成,需从手动传入。
page.list[0].IdType
string
可选
page.list[0].remarks
string
备注
page.list[0].createBy
string
创建者
page.list[0].createTime
string
创建日期
page.list[0].updateBy
string
更新者
page.list[0].updateTime
string
更新日期
page.list[0].isEnable
string
可选
page.list[0].userId
string
用户id
page.list[0].recordType
string
可选
page.list[0].amount
string
金额
page.list[0].type
string
可选
page.list[0].remark
string
备注
page.list[0].createDate
string
时间
page.orderBy
string
可选
dataScope
string
可选
isNewRecord
string
可选
设置为true后强制执行插入语句,ID不会自动生成,需从手动传入。
IdType
string
可选
remarks
string
备注
createBy
string
创建者
createTime
string
创建日期
updateBy
string
更新者
updateTime
string
更新日期
isEnable
string
可选
userId
string
用户id
recordType
string
可选
amount
string
金额
type
string
可选
remark
string
备注
createDate
string
时间
示例代码
返回响应
修改于 2024-10-29 13:40:35