版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

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:


Parameter
Value
TypeRequiredDescription

opfid

string

true

开放平台ID


nonce

string

true

6位随机字串不能为空


timestamp

string

true

签名时间戳


signature

string

true

签名


appId

string

false

true

作品id


componentId

string

false

true

玩法id


saudid

int64

Long

false

true

用户id


pageNo

int32

Integer

false

true

页码


pageSize

int32

Integer

false

true

页大小

Response-fields:

FieldTypeDescription
Since

code

string

状态码

-

errorCode

string

错误状态码

-

msg

string

状态描述

-

data

object

数据

-

└─pageNo

int32

Integer

页码

-

└─pageSize

int32

Integer

页大小

-

└─total

int32

Integer

总数

-

└─data

array

List<Long>

数据

被邀请者的id集合



Response-example:
代码块

...

themeMidnight
linenumberstrue

...

{
  "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