正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史记录

版本 1 下一个 »

URL: /api/platform/plugindata/queryInvitationDataList

Type: POST

Author: Shang Pan

Content-Type: application/json; charset=utf-8

Description: 助力玩法数据-邀请人数据列表分页条件查询

Body-parameters:

ParameterTypeRequiredDescription

opfid

string

true

开放平台ID

nonce

string

true

6位随机字串不能为空

timestamp

string

true

签名时间戳

signature

string

true

签名

appId

string

true

作品ID

componentId

string

true

玩法组件ID

nickName

string

false

微信昵称

startTime

string

false

开始时间, yyyy-MM-dd HH:mm:ss

endTime

string

false

结束时间, yyyy-MM-dd HH:mm:ss

pageNo

int32

false

第几页,从1开始

pageSize

int32

false

每页数据条数

Request-body:

{
  "opfid": "71",
  "nonce": "hvzgop",
  "timestamp": "2021-08-19 14:47:59",
  "signature": "ewoljs",
  "appId": "71",
  "componentId": "71",
  "nickName": "robby.gutkowski",
  "startTime": "2021-07-19 14:48:01",
  "endTime": "2021-08-19 14:48:01",
  "pageNo": 3,
  "pageSize": 10
}




  • 无标签