- 营销中心
- 一期接口文档
- 二期接口文档
- 营销cms
- 付费会员赢好礼
- 活动
- 微信券
- 百度券
- 优惠券兑换任务
- 券
- 营销短链
- 寄件有礼活动通知会员团GET
- 寄件有礼活动通知会员团 CopyGET
- 上传POST
- 万象平台
- 一期接口文档
- 二期接口文档
- 三期接口文档
- 88周年庆
- 导出
- 补发券
- 回收券
- 排行活动
- 优惠券兑换任务
- 人群圈选
- 用户领取与使用限制相关接口
- 微信券
- 公共接口
- 中止/恢复活动POST
- 百度OpenAPI
- 微信OpenAPI
用户黑名单查询
开发中
POST
/ypc/vientiane/coupon/limit/queryBlackList
请求参数
Cookie 参数
JSESSIONID
string
可选
Body 参数application/json
appKey
string
必需
operator
string
必需
operatorOrgId
string
必需
operatorOrgType
string
必需
mobilePhone
string
可选
userId
integer
可选
示例
{
"appKey": "esse",
"operator": "consectetur labore sint deserunt ad",
"operatorOrgId": "66",
"operatorOrgType": "ea sunt laboris minim et",
"mobilePhone": null,
"userId": null
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/ypc/vientiane/coupon/limit/queryBlackList' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "esse",
"operator": "consectetur labore sint deserunt ad",
"operatorOrgId": "66",
"operatorOrgType": "ea sunt laboris minim et",
"mobilePhone": null,
"userId": null
}'
返回响应
🟢200成功
application/json
Body
success
boolean
必需
code
string
必需
message
null
必需
data
object
必需
pageNum
integer
必需
pageSize
integer
必需
pageTotal
integer
必需
total
integer
必需
dataList
array [object {8}]
必需
示例
{
"success": true,
"code": "200",
"message": null,
"data": {
"pageNum": 1,
"pageSize": 10,
"pageTotal": 1,
"total": 4,
"dataList": [
{
"id": 80709308227895090,
"mobilePhone": "13594647742",
"userId": 15,
"createTime": "2022-05-27T10:10:33.000+0000",
"updateTime": null,
"createBy": "culpa",
"modifyBy": "",
"deleted": null
},
{
"id": 80709308296839170,
"mobilePhone": "13594647742",
"userId": 123321,
"createTime": "2022-05-27T10:11:43.000+0000",
"updateTime": null,
"createBy": "culpa",
"modifyBy": "",
"deleted": null
},
{
"id": 106158469835495090,
"mobilePhone": "123",
"userId": 13594647742,
"createTime": "2022-05-30T08:52:34.000+0000",
"updateTime": null,
"createBy": "import",
"modifyBy": "",
"deleted": null
},
{
"id": 106158469898323580,
"mobilePhone": "321",
"userId": 13594647742,
"createTime": "2022-05-30T08:52:34.000+0000",
"updateTime": null,
"createBy": "import",
"modifyBy": "",
"deleted": null
}
]
}
}
修改于 2022-06-08 09:46:59