POST api/Login/Check_DistributorUser
Request Information
URI Parameters
None.
Body Parameters
DistributorUserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
Required |
|
| DistributorCompanyId | globally unique identifier |
None. |
|
| AppID | string |
Max length: 50 |
|
| OpenId | string |
Max length: 50 |
|
| WeComUserid | string |
Max length: 50 |
|
| LoginPassword | string |
Required Max length: 50 |
|
| UserName | string |
Required Max length: 50 |
|
| TelPhone | string |
Required Max length: 20 |
|
| CertificatesType | CertificatesTypeEnum |
Required |
|
| IDCard | string |
Required Max length: 20 |
|
| LoginTime | date |
None. |
|
| LoginNowTime | date |
None. |
|
| CecordCount | integer |
Required |
|
| VisitCount | integer |
Required |
|
| BuyCount | integer |
Required |
|
| SigningCount | integer |
Required |
|
| TransactionOrderCount | integer |
Required |
|
| JPushKeyId | string |
Max length: 50 |
|
| CreateTime | date |
Required |
|
| UpdateTime | date |
Required |
|
| IsDelete | boolean |
Required |
|
| EmployeeId | globally unique identifier |
None. |
|
| UserType | byte |
Required |
|
| Founder | globally unique identifier |
Required |
|
| BankCard | string |
Required |
|
| BankDeposit | string |
Max length: 50 |
|
| DistributorCompanyName | string |
None. |
|
| CreateTimeTxt | string |
None. |
|
| LoginTimeTxt | string |
None. |
|
| UserHobbyInfo | Collection of DistributorUserHobbyModel |
None. |
|
| BusinessDepartment | string |
Max length: 50 |
|
| BusinessDistrict | string |
Max length: 50 |
|
| ShopGroup | string |
Max length: 50 |
|
| Status | integer |
Required |
|
| StatusFormat | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "e3d36f73-7470-4c7c-8a2a-aed693203719",
"DistributorCompanyId": "206e99ba-c8fd-4c03-89c0-ccf377ae8869",
"AppID": "sample string 2",
"OpenId": "sample string 3",
"WeComUserid": "sample string 4",
"LoginPassword": "sample string 5",
"UserName": "sample string 6",
"TelPhone": "sample string 7",
"CertificatesType": 1,
"IDCard": "sample string 8",
"LoginTime": "2026-08-22 17:40:58",
"LoginNowTime": "2026-08-22 17:40:58",
"CecordCount": 9,
"VisitCount": 10,
"BuyCount": 11,
"SigningCount": 12,
"TransactionOrderCount": 13,
"JPushKeyId": "sample string 14",
"CreateTime": "2026-08-22 17:40:58",
"UpdateTime": "2026-08-22 17:40:58",
"IsDelete": true,
"EmployeeId": "56ec8625-f553-4230-b9cf-7f4ed6c3bb7c",
"UserType": 64,
"Founder": "1f9d8c45-504b-434d-8fe8-b8587d3edd59",
"BankCard": "sample string 20",
"BankDeposit": "sample string 21",
"DistributorCompanyName": "sample string 22",
"CreateTimeTxt": "2026-08-22",
"LoginTimeTxt": "2026-08-22",
"UserHobbyInfo": [
{
"ID": "7c438d6d-1eb4-4b06-88d7-8d53f14fb7cf",
"UserId": "b58c9360-77c9-4a86-b90e-af3f9e75897b",
"HobbyType": 0,
"HobbyTypeName": "关注区域",
"KeyId": "42cb133f-676d-4963-a994-db6a4a669493",
"KeyName": "sample string 4",
"CreateTime": "2026-08-22 17:40:58",
"IsDelete": true
},
{
"ID": "7c438d6d-1eb4-4b06-88d7-8d53f14fb7cf",
"UserId": "b58c9360-77c9-4a86-b90e-af3f9e75897b",
"HobbyType": 0,
"HobbyTypeName": "关注区域",
"KeyId": "42cb133f-676d-4963-a994-db6a4a669493",
"KeyName": "sample string 4",
"CreateTime": "2026-08-22 17:40:58",
"IsDelete": true
}
],
"BusinessDepartment": "sample string 23",
"BusinessDistrict": "sample string 24",
"ShopGroup": "sample string 25",
"Status": 26,
"StatusFormat": "-"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"