POST Extension/GetTakeLog
获取提取推广费记录
Request Information
URI Parameters
None.
Body Parameters
ApiRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| pageSize |
每页多少条(默认10条) |
integer |
None. |
| pageIndex |
当前是第几页(默认第1页) |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"pageSize": 1,
"pageIndex": 2
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
消息分类
ApiResultModelOfApiPageModelOfdb_make_logModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | CodeEnum |
None. |
|
| Msg | string |
None. |
|
| Result | ApiPageModelOfdb_make_logModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 0,
"Msg": "sample string 1",
"Result": {
"pageSize": 1,
"pageIndex": 2,
"pageCount": 3,
"totalCount": 4,
"Data": [
{
"make_log_id": 1,
"Sys_order": 2,
"Sys_CoID": 3,
"make_log_Integral": 4.0,
"make_log_time": "2025-10-29 23:53",
"make_log_State": 0,
"make_log_StateName": "失败",
"make_log_Content": "sample string 6",
"UserID": 7,
"User_Account": "sample string 8"
},
{
"make_log_id": 1,
"Sys_order": 2,
"Sys_CoID": 3,
"make_log_Integral": 4.0,
"make_log_time": "2025-10-29 23:53",
"make_log_State": 0,
"make_log_StateName": "失败",
"make_log_Content": "sample string 6",
"UserID": 7,
"User_Account": "sample string 8"
}
]
}
}