...
Parameter | Type | Required | Description | |
---|---|---|---|---|
opfid | string | true | 开放平台ID | |
nonce | string | true | 6位随机字串不能为空 | |
timestamp | string | true | 签名时间戳 | |
signature | string | true | 签名 | |
orgId | string | true | 第三方企业id兔展企业id |
Response-fields:
Field | Type | Description | Since |
---|---|---|---|
code | string | 状态码 | - |
errorCode | string | 错误状态码 | - |
msg | string | 状态描述 | - |
data | array | 数据 | - |
└─uid | string | 第三方企业id第三方用户id | - |
└─companyId | string | 第三方公司id | - |
└─orgId | string | 兔展企业id | - |
└─orgName | string | 兔展企业名称 |
...