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": "3a13df18-c1cc-4741-bfb5-ca352c9cc5cd",
"DistributorCompanyId": "c7765258-82b0-4032-94d9-b192237de13c",
"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": "2025-12-26 16:29:17",
"LoginNowTime": "2025-12-26 16:29:17",
"CecordCount": 9,
"VisitCount": 10,
"BuyCount": 11,
"SigningCount": 12,
"TransactionOrderCount": 13,
"JPushKeyId": "sample string 14",
"CreateTime": "2025-12-26 16:29:17",
"UpdateTime": "2025-12-26 16:29:17",
"IsDelete": true,
"EmployeeId": "b79ecc6a-b8af-4425-a7ce-a8aef10d6045",
"UserType": 64,
"Founder": "9e53265e-79a6-49af-8607-a9516d185021",
"BankCard": "sample string 20",
"BankDeposit": "sample string 21",
"DistributorCompanyName": "sample string 22",
"CreateTimeTxt": "2025-12-26",
"LoginTimeTxt": "2025-12-26",
"UserHobbyInfo": [
{
"ID": "f86fda39-e18e-44be-96f2-8d16629ffedf",
"UserId": "359aeaed-583b-4f26-b9a3-4f21d5ea8fc4",
"HobbyType": 0,
"HobbyTypeName": "关注区域",
"KeyId": "53cc76f1-d0ab-408a-b3e3-683e0c09b8ab",
"KeyName": "sample string 4",
"CreateTime": "2025-12-26 16:29:17",
"IsDelete": true
},
{
"ID": "f86fda39-e18e-44be-96f2-8d16629ffedf",
"UserId": "359aeaed-583b-4f26-b9a3-4f21d5ea8fc4",
"HobbyType": 0,
"HobbyTypeName": "关注区域",
"KeyId": "53cc76f1-d0ab-408a-b3e3-683e0c09b8ab",
"KeyName": "sample string 4",
"CreateTime": "2025-12-26 16:29:17",
"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"