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: 客户明细

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

int64

false

用户id


pageNo

int32

false

页码


pageSize

int32

false

页大小

Response-fields:

FieldTypeDescription

code

string

状态码

errorCode

string

错误状态码

msg

string

状态描述

data

object

数据

└─pageNo

int32

页码

└─pageSize

int32

页大小

└─total

int32

总数

└─data

array

数据



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
  • 无标签