版本比较

标识

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

...


ParameterTypeRequiredDescription

opfid

string

true

开放平台ID


nonce

string

true

6位随机字串不能为空


timestamp

string

true

签名时间戳


signature

string

true

签名


appId

string

false

作品id


componentId

string

false

玩法id


saudid

int64Long

false

用户id


pageNo

int32Integer

false

页码


pageSize

int32Integer

false

页大小

Response-fields:

FieldTypeDescription

code

string

状态码

errorCode

string

错误状态码

msg

string

状态描述

data

object

数据

└─pageNo

int32Integer

页码

└─pageSize

int32Integer

页大小

└─total

int32Integer

总数

└─data

arrayList<Long>

数据



Response-example:

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

...