GET api/sharescustomer/{uid}?page={page}&tp={tp}&pagesize={pagesize}

获取分享列表

请求信息

URI 参数

NameDescriptionTypeAdditional information
uid

用户id

integer

Required

page

页面index

integer

Required

tp

类型

integer

Required

pagesize

页面大小

integer

Required

Body 请求体 参数

None.

响应消息

内容 描述

CxccApiResponseBaseOfCxccPageDataOfShearCustomer
NameDescriptionTypeAdditional information
data

CxccPageDataOfShearCustomer

None.

code

integer

None.

msg

string

None.

响应示例

application/json, text/json

Sample:
{
  "data": {
    "total": 1,
    "page_total": 2,
    "page_data": [
      {
        "id": 1,
        "cid": "sample string 2",
        "mancount": 3,
        "hitcount": 4,
        "timecount": 5,
        "title": "sample string 6",
        "tp": 7
      },
      {
        "id": 1,
        "cid": "sample string 2",
        "mancount": 3,
        "hitcount": 4,
        "timecount": 5,
        "title": "sample string 6",
        "tp": 7
      }
    ],
    "page_index": 3
  },
  "code": 1,
  "msg": "sample string 2"
}

image/png

Sample:

Sample not available.

image/jpg

Sample:

Sample not available.