{
"keyword": "string",
"size": 1,
"current": 1,
"id": 0,
"activityVersionId": 0,
"type": 0,
"name": "string",
"startTime": "string",
"endTime": "string",
"activityProductName": "string",
"activityProductSkuId": "string",
"status": 0,
"statusList": [
0
],
"tags": "string",
"originSpuId": 0,
"departmentId": 0,
"rootDepartmentId": 0,
"appId": "string"
}
curl --location --request POST 'https://m1.apifoxmock.com/m1/4737255-0-default/admin/activity/activityList' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"size": 1,
"current": 1,
"id": 0,
"activityVersionId": 0,
"type": 0,
"name": "string",
"startTime": "string",
"endTime": "string",
"activityProductName": "string",
"activityProductSkuId": "string",
"status": 0,
"statusList": [
0
],
"tags": "string",
"originSpuId": 0,
"departmentId": 0,
"rootDepartmentId": 0,
"appId": "string"
}'
设置需要进行正序排序的字段
Replaced:{@link #addOrder(OrderItem...)}
升序
Replaced:{@link #addOrder(OrderItem...)}
降序,这方法名不知道是谁起的
Replaced:{@link #addOrder(OrderItem...)}
{
"records": [
{
"id": 0,
"type": "",
"name": "",
"startTime": "",
"endTime": "",
"customerTags": "",
"status": "",
"pageUrl": "",
"auditStatus": 0,
"remark": "",
"createTime": "",
"disable": false,
"isStartModifiedPending": false,
"tags": "",
"budgetReleaseButton": false,
"isLockBudget": false
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false,
"countId": "",
"maxLimit": 0,
"searchCount": false,
"pages": 0,
"ascs": [
""
],
"asc": [
""
],
"descs": [
""
],
"desc": [
""
]
}