版本比较

标识

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

...

ParameterTypeRequiredDescription

appId

string

true

作品ID

componentId

string

true

玩法组件ID

ccompanyIdstringfalse

第三方企业id,不传表示走主企业,传了才走第三方企业

uid

string

true

第三方用户id

nickName

string

false

微信昵称

startTime

string

true

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

endTime

string

true

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

pageNo

int32

true

第几页,从1开始

pageSize

int32

true

每页数据条数

Response-fields:

FieldTypeDescription

code

string

状态码

errorCode

string

错误状态码

msg

string

状态描述

data

object

数据

└─list

array

No comments found.

集合

     └─orgId

string

No comments found.
兔展定义的企业ID

     └─appId

string

No comments found.
作品ID

     └─componentId

string

No comments found.
玩法唯一标识ID

     └─startTime

string

No comments found.
开始时间, yyyy-MM-dd HH:mm:ss

     └─endTime

string

No comments found.
结束时间, yyyy-MM-dd HH:mm:ss

     └─pageNo

int32

No comments found.
第几页,从1开始

     └─pageSize

int32

No comments found.
每页数据条数

     └─id

int32

No comments found.
邀请id

     └─nickName

string

No comments found.
微信昵称

     └─openid

string

No comments found.
openid

     └─headImg

string

No comments found.
微信头像

     └─sex

int32

No comments found.
性别

     └─district

string

No comments found.
地区

     └─invitationNum

int32

No comments found.
邀请人数

     └─income

int32

No comments found.
累计收益

     └─qrCode

array

No comments found.
企业微信联系二维码

     └─generateInviteCode

boolean

No comments found.
启用生成邀请码功能 true - 启用 false-禁用 默认false

     └─inviteCode

string

No comments found.
邀请码

└─pageNo

int32

No comments found.

└─pageSize

int32

No comments found.

└─totalCount

int32

No comments found.

└─beginIndex

int32

No comments found.

└─orderCondition

string

No comments found.

└─pageCount

int32

No comments found.

└─sort

string

No comments found.

└─order

string

No comments found.

└─mulFieldOrder

string

No comments found.

└─otherData

object

No comments found.

     └─orgId

string

No comments found.

     └─appId

string

No comments found.

     └─componentId

string

No comments found.

     └─startTime

string

No comments found.

     └─endTime

string

No comments found.

     └─pageNo

int32

No comments found.

     └─pageSize

int32

No comments found.

     └─id

int32

No comments found.

     └─nickName

string

No comments found.

     └─openid

string

No comments found.

     └─headImg

string

No comments found.

     └─sex

int32

No comments found.

     └─district

string

No comments found.

     └─invitationNum

int32

No comments found.

     └─income

int32

No comments found.

     └─qrCode

array

No comments found.

     └─generateInviteCode

boolean

No comments found.

     └─inviteCode

string

No comments found.


请求示例

代码块
curl -X POST -k -H 'Content-Type: application/json; charset=utf-8' -H 'X-Token:r9i6T6VXdAV0vjiMBxODFRddRVY' -i https://integrate.rabbitpre.com/api/open/api/smsService/obtainSMSVerifyCode --data '{
    "appId": "192",
    "componentId": "192",
    "uid": "c508ec56-ef3a-4bdc-8f28-2787af48016f",
    "nickName": "merle.batz",
    "startTime": "2022-03-30 20:31:59",
    "endTime": "2022-03-30",
    "pageNo": 312,
    "pageSize": 10
}'

...