- 数据服务h5
- 扫码支付
- 商户开卡
- 公共接口
- 登录相关
- 终端互联
- 国补-江苏地区
- 商户线索
- 登录接口POST
查询线索详情
开发中
POST
/mclue.fuiou/getClueDetail
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
token
string
全局唯一凭证
默认值:
7a916c6235ec40a1b4dc21b5c272dcbb
Body 参数application/json
object {0}
示例
{
"clueId": "20250529185115266064"
}
示例代码
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.com/mclue.fuiou/getClueDetail' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"clueId": "20250529185115266064"
}'
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
必需
data
object
必需
detail
object
必需
logs
array [object {5}]
必需
示例
{
"code": "0000",
"msg": "sucess",
"data": {
"detail": {
"rowId": 8,
"clueId": "20250529185115266064",
"contactName": "小*猫",
"contactNumber": "187****3785",
"busiIntention": "支付业务-扫码业务",
"payRate": "6.5",
"termDemand": null,
"isOpenCard": "未开卡",
"shopName": "测试门店222",
"provCd": "500",
"cityCd": "5310",
"countyCd": "1000",
"address": "",
"mchntStatus": null,
"clueStatus": "3",
"clueStatusDesc": "已处理",
"submitStatus": "1",
"rowCrtTs": "2025-05-29 18:51:33",
"rowCrtUsr": "bank25961",
"recUpdUsr": "dengqy",
"rowUpdTs": "2025-06-09 16:39:15",
"mchntCd": null,
"remark": "派单",
"bankInsCd": "08K0539813",
"optMenu": null,
"referNo": "1234567",
"mchntRevTs": "2025-06-06 10:55:17"
},
"logs": [
{
"clueId": "20250529185115266064",
"operateMenu": "提交商户线索",
"operateUsrId": "sys",
"operateTs": "2025-05-29 18:51:37",
"modifyContent": ""
},
{
"clueId": "20250529185115266064",
"operateMenu": "派单",
"operateUsrId": "wanting",
"operateTs": "2025-05-30 14:43:16",
"modifyContent": "派单"
},
{
"clueId": "20250529185115266064",
"operateMenu": "入网",
"operateUsrId": "guxb000",
"operateTs": "2025-06-05 20:13:46",
"modifyContent": ""
},
{
"clueId": "20250529185115266064",
"operateMenu": "wmp提交商户",
"operateUsrId": "guxb000",
"operateTs": "2025-06-06 16:07:39",
"modifyContent": ""
},
{
"clueId": "20250529185115266064",
"operateMenu": "商户批准-失败",
"operateUsrId": "dengqy",
"operateTs": "2025-06-06 16:11:24",
"modifyContent": "测试一下"
},
{
"clueId": "20250529185115266064",
"operateMenu": "商户批准-成功",
"operateUsrId": "dengqy",
"operateTs": "2025-06-06 16:23:45",
"modifyContent": ""
}
]
},
"success": true
}
修改于 2025-06-12 10:42:02