POST api/users/{uid}/scorepayrecords?page={page}&pagesize={pagesize}

【用户】 获取用户积分消费记录

请求信息

URI 参数

NameDescriptionTypeAdditional information
uid

integer

Required

page

integer

Default value is 1

pagesize

integer

Default value is 20

Body 请求体 参数

None.

响应消息

内容 描述

CxccApiResponseBaseOfCxccPageDataOfUserScorePayRecord
NameDescriptionTypeAdditional information
data

CxccPageDataOfUserScorePayRecord

None.

code

integer

None.

msg

string

None.

响应示例

application/json, text/json

Sample:
{
  "data": {
    "total": 1,
    "page_total": 2,
    "page_data": [
      {
        "id": 1,
        "addtime": "2024/10/19 08:57:45",
        "paytype": 3,
        "cont": "sample string 4",
        "score": 5
      },
      {
        "id": 1,
        "addtime": "2024/10/19 08:57:45",
        "paytype": 3,
        "cont": "sample string 4",
        "score": 5
      }
    ],
    "page_index": 3
  },
  "code": 1,
  "msg": "sample string 2"
}

image/png

Sample:

Sample not available.

image/jpg

Sample:

Sample not available.