URL: http://127.0.0.1:36190/api/platform/plugindata/help/user/records

Type: GET

Author: Shang Pan

Content-Type: application/x-www-form-urlencoded;charset=utf-8

Description: 用户邀请好友助力后,查询被邀请者的audid

Query-parameters:


ParameterTypeRequiredDescription

opfid

string

true

开放平台ID


nonce

string

true

6位随机字串不能为空


timestamp

string

true

签名时间戳


signature

string

true

签名


appId

string

false

作品id


componentId

string

false

玩法id


saudid

Long

false

用户id


pageNo

Integer

false

页码


pageSize

Integer

false

页大小

Response-fields:

FieldTypeDescription

code

string

状态码

errorCode

string

错误状态码

msg

string

状态描述

data

object

数据

└─pageNo

Integer

页码

└─pageSize

Integer

页大小

└─total

Integer

总数

└─data

List<Long>

数据



Response-example:

{
  "code": "4256",
  "errorCode": "4256",
  "msg": "rfqx43",
  "data": {
    "pageNo": 259,
    "pageSize": 10,
    "total": 154,
    "data": [
      649
    ]
  }
}

Curl-example:

curl -X GET -i http://127.0.0.1:36190/api/platform/plugindata/help/user/records?appId=104&componentId=104&saudid=61&opfid=104&pageSize=10&nonce=22fg9j&signature=ix8r0s&pageNo=857×tamp=2021-12-20 09:38:03
  • 无标签