GET api/getappvbloglist?DDate={DDate}&Tp={Tp}&PageNum={PageNum}&PageSize={PageSize}

请求信息

URI 参数

NameDescriptionTypeAdditional information
DDate

string

Required

Tp

integer

Default value is -2

PageNum

integer

Default value is 1

PageSize

integer

Default value is 10

Body 请求体 参数

None.

响应消息

内容 描述

CxccApiResponseBaseOfIListOfRSCS_RO_Base_GetAPPVBLogList0
NameDescriptionTypeAdditional information
data

RSCS_RO_Base_GetAPPVBLogList0 集合

None.

code

integer

None.

msg

string

None.

响应示例

application/json, text/json

Sample:
{
  "data": [
    {
      "ID": 1,
      "AddTime": "2025/04/04 11:57:41",
      "NewTime": "2025.04.04",
      "Score": 3,
      "TaskID": 4,
      "TaskName": "sample string 5",
      "Tp": 6,
      "UserID": 7,
      "Img": "sample string 8",
      "Path": "sample string 9"
    },
    {
      "ID": 1,
      "AddTime": "2025/04/04 11:57:41",
      "NewTime": "2025.04.04",
      "Score": 3,
      "TaskID": 4,
      "TaskName": "sample string 5",
      "Tp": 6,
      "UserID": 7,
      "Img": "sample string 8",
      "Path": "sample string 9"
    }
  ],
  "code": 1,
  "msg": "sample string 2"
}

image/png

Sample:

Sample not available.

image/jpg

Sample:

Sample not available.