POST api/Member/GetMemberDuplicateInfo
獲取一機多登重複資訊會員名單
Request Information
URI Parameters
None.
Body Parameters
Collection of MemberDuplicateInfoReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| QueryType |
查詢類型 - 1:銀行卡號 2:匯款戶名 3:手機號碼 4:身份證號 5:駕照 6:USDT 地址 |
integer |
None. |
| QueryValue |
查詢資料 |
string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"QueryType": 1,
"QueryValue": "sample string 2"
},
{
"QueryType": 1,
"QueryValue": "sample string 2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultOfListOfMemberDuplicateInfoResModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of MemberDuplicateInfoResModel |
None. |
|
| Code |
状态码 |
integer |
None. |
| Message |
错误信息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"QueryType": 1,
"QueryValue": "sample string 2",
"MemberAccountList": [
{
"AccountID": "sample string 1",
"IsAlertBlock": true,
"IsSportBlock": false,
"IsMemberBlock": false,
"AlertInfoList": [
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
},
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
}
]
},
{
"AccountID": "sample string 1",
"IsAlertBlock": true,
"IsSportBlock": false,
"IsMemberBlock": false,
"AlertInfoList": [
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
},
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
}
]
}
],
"SuspendAccountList": [
{
"AccountID": "sample string 1",
"IsAlertBlock": true,
"IsSportBlock": false,
"IsMemberBlock": false,
"AlertInfoList": [
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
},
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
}
]
},
{
"AccountID": "sample string 1",
"IsAlertBlock": true,
"IsSportBlock": false,
"IsMemberBlock": false,
"AlertInfoList": [
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
},
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
}
]
}
]
},
{
"QueryType": 1,
"QueryValue": "sample string 2",
"MemberAccountList": [
{
"AccountID": "sample string 1",
"IsAlertBlock": true,
"IsSportBlock": false,
"IsMemberBlock": false,
"AlertInfoList": [
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
},
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
}
]
},
{
"AccountID": "sample string 1",
"IsAlertBlock": true,
"IsSportBlock": false,
"IsMemberBlock": false,
"AlertInfoList": [
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
},
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
}
]
}
],
"SuspendAccountList": [
{
"AccountID": "sample string 1",
"IsAlertBlock": true,
"IsSportBlock": false,
"IsMemberBlock": false,
"AlertInfoList": [
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
},
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
}
]
},
{
"AccountID": "sample string 1",
"IsAlertBlock": true,
"IsSportBlock": false,
"IsMemberBlock": false,
"AlertInfoList": [
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
},
{
"AccountID": "sample string 1",
"Category": "sample string 2",
"CreateTime": "sample string 3",
"Memo": "sample string 4"
}
]
}
]
}
],
"Code": 0,
"Message": "sample string 1"
}