版本比较

标识

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

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

Type: GET

Author: Shang Pan

...

Description: 客户明细

Query-parameters:


Parameter
Value
TypeRequiredDescription

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
Since

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
    ]
  }
}

...