- 数据服务h5
- 扫码支付
- 商户开卡
- 公共接口
- 登录相关
- 终端互联
- 国补-江苏地区
- 商户线索
- 登录接口POST
查询线索列表
开发中
POST
mclue.fuiou/queryList
请求参数
Header 参数
token
string
全局唯一凭证
默认值:
1f660f55c7574a3cb9fc4f10b91893c6
Body 参数application/json
mchntStatus
string
入网状态
nameOrNumber
string
联系人姓名或电话
pageSize
integer
每页条数
currentPage
integer
当前页
示例
{
"mchntStatus":"3",
"pageSize":10,
"currentPage":1
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mngapp-test.fuioupay.commclue.fuiou/queryList' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"mchntStatus":"3",
"pageSize":10,
"currentPage":1
}'
返回响应
🟢200成功
application/json
Body
code
string
必需
msg
string
必需
data
object
必需
content
array [object {26}]
必需
hasNext
string
是否有下一页
total
integer
总页数
message
string
必需
success
boolean
必需
示例
{
"code": "0000",
"msg": "sucess",
"data": {
"content": [
{
"rowId": 8,
"clueId": "20250529185115266064",
"contactName": "小*猫",
"contactNumber": "187****3785",
"busiIntention": "1",
"payRate": "6.5",
"termDemand": null,
"isOpenCard": "0",
"shopName": "测试门店222",
"provCd": "500",
"cityCd": "5310",
"countyCd": "1000",
"address": "",
"mchntStatus": null,
"clueStatus": "3",
"clueStatusDesc": "已处理",
"submitStatus": "已提交",
"rowCrtTs": "2025-05-29 18:51:33.728765",
"rowCrtUsr": "bank25961",
"recUpdUsr": "dengqy",
"rowUpdTs": "2025-06-09 16:39:15.448057",
"mchntCd": "0002230F8043315",
"remark": "派单",
"bankInsCd": "08K0539813",
"referNo": "1234567",
"mchntRevTs": "2025-06-06 10:55:17"
},
{
"rowId": 5,
"clueId": "20250528192257772171",
"contactName": "小*s",
"contactNumber": "187****3785",
"busiIntention": "1",
"payRate": "3.85",
"termDemand": null,
"isOpenCard": "0",
"shopName": "测试门店222",
"provCd": "500",
"cityCd": "5310",
"countyCd": "1000",
"address": "",
"mchntStatus": null,
"clueStatus": "3",
"clueStatusDesc": "已处理",
"submitStatus": "已提交",
"rowCrtTs": "2025-05-28 19:22:57.810186",
"rowCrtUsr": "bank25961",
"recUpdUsr": "dengqy",
"rowUpdTs": "2025-06-09 16:39:15.10028",
"mchntCd": "0005210F8043325",
"remark": "测试走流程",
"bankInsCd": "08K0539813",
"referNo": "1234567",
"mchntRevTs": "2025-06-06 16:23:44"
}
],
"hasNext": "0",
"total": 2,
"message": null
},
"success": true
}
修改于 2025-06-13 05:48:01