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

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

版本 1 当前 »

URL: /api/platform/plugindata/queryTeamLeaderRecordList

Type: POST

Author: Shang Pan

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

Description: 组队玩法数据-组队数据,队伍列表分页条件查询

Body-parameters:

Parameter

Type

Required

Description

opfid

string

true

开放平台ID

nonce

string

true

6位随机字串不能为空

timestamp

string

true

签名时间戳

signature

string

true

签名

appId

string

true

作品id

componentId

string

true

插件id

uid

string

true

第三方用户id

companyId

string

true

第三方公司id

startTime

string

true

开始时间

endTime

string

true

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

nickName

string

false

用户昵称

pageNo

int32

false

页码

pageSize

int32

false

页大小


Request-body:

{
  "opfid": "16",
  "nonce": "4xxvly",
  "timestamp": "2022-05-19 14:57:30",
  "signature": "0ht98s",
  "appId": "16",
  "componentId": "16",
  "uid": "0d1817ea-815b-49c3-8e65-fc48f233f22c",
 "companyId": "bc299ab7-4b46-4929-9bb3-7e9abd83c18c",
  "startTime": "2022-05-19 14:57:30",
  "endTime": "2022-05-19 14:57:30",
  "nickName": "chung.keebler",
  "pageNo": 393,
  "pageSize": 10
}

Response-fields:

Field

Type

Description

Since

code

string

状态码

-

errorCode

string

错误状态码

-

msg

string

状态描述

-

data

object

数据

-

└─list

array


-

     └─openids

array

身份识别字段

-

         └─ openid

string

openid


         └─ unionid

string

unionid


         └─ identityType

string

身份类型


         └─ identityId

string

身份id


         └─ appid

string

微信公众号id


         └─ jcappId

string

自建应用appid


         └─ fromTo

string

来源


         └─ platform

string

来源平台


     └─nickName

string

用户昵称

-

     └─openid

string

openid

-

     └─audid

int64

客户档案id

-

     └─teamNum

int32

队伍规模

-

     └─teamStatus

int32

队伍状态    0:未完成  1:已完成

-

     └─joinNum

int32

加队人数

-

     └─createTime

string

队伍创建时间

-

     └─completedTime

string

组队完成时间

-

└─pageNo

int32

页码

-

└─pageSize

int32

页容

-

└─totalCount

int32

总数

-

Response-example:

{
  "code": "36455",
  "errorCode": "36455",
  "msg": "6w8g4v",
  "data": {
    "list": [
    {
        "openids": [
          {
          "openid": "111",
        "unionid": "111",
      "identityType": "111",
    "identityId": "11111",
    "appid": "111",
    "jcappId": "111",
          "fromTo": "111",
    "platform": "111"
          }
        ],
        "nickName": "chung.keebler",
        "openid": "16",
        "audid": 760,
        "teamNum": 3,
        "teamStatus": 149,
        "joinNum": 421,
        "createTime": "2022-05-19 14:57:33",
        "completedTime": "2022-05-19 14:57:33"
      }
    ],
    "pageNo": 412,
    "pageSize": 10,
  "totalCount": 70
  }
}

Curl-example:

curl -X POST -H 'Content-Type: application/json; charset=utf-8' -i /api/platform/plugindata/queryTeamLeaderRecordList --data '{
  "opfid": "30",
  "nonce": "frxapr",
  "timestamp": "2022-05-19 14:33:20",
  "signature": "5yg04l",
  "appId": "30",
  "componentId": "30",
  "uid": "bc299ab7-4b46-4929-9bb3-7e9abd83c18c",

  "companyId": "bc299ab7-4b46-4929-9bb3-7e9abd83c18c",
  "startTime": "2022-05-19 14:33:20",
  "endTime": "2022-05-19 14:33:20",
  "nickName": "sherlyn.schmitt",
  "pageNo": 45,
  "pageSize": 10
}'

  • 无标签