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": "c5a701e7-ed99-4620-b122-5d67307777b7",
"DistributorCompanyId": "2ffdb568-fcc9-432a-8d28-eae514cdf3dd",
"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-03-27 18:54:08",
"LoginNowTime": "2026-03-27 18:54:08",
"CecordCount": 9,
"VisitCount": 10,
"BuyCount": 11,
"SigningCount": 12,
"TransactionOrderCount": 13,
"JPushKeyId": "sample string 14",
"CreateTime": "2026-03-27 18:54:08",
"UpdateTime": "2026-03-27 18:54:08",
"IsDelete": true,
"EmployeeId": "9ceb0af7-1ee2-425f-a71d-f43f4778ec2b",
"UserType": 64,
"Founder": "8a39ff29-eac4-4017-bda7-d03721b991e5",
"BankCard": "sample string 20",
"BankDeposit": "sample string 21",
"DistributorCompanyName": "sample string 22",
"CreateTimeTxt": "2026-03-27",
"LoginTimeTxt": "2026-03-27",
"UserHobbyInfo": [
{
"ID": "206175a1-d9d8-4921-9e9e-fd223e91bbfa",
"UserId": "1e956790-5f06-4657-a622-6cb7fed433d3",
"HobbyType": 0,
"HobbyTypeName": "关注区域",
"KeyId": "5aeaf12e-b40e-45bc-af90-168f3acda924",
"KeyName": "sample string 4",
"CreateTime": "2026-03-27 18:54:08",
"IsDelete": true
},
{
"ID": "206175a1-d9d8-4921-9e9e-fd223e91bbfa",
"UserId": "1e956790-5f06-4657-a622-6cb7fed433d3",
"HobbyType": 0,
"HobbyTypeName": "关注区域",
"KeyId": "5aeaf12e-b40e-45bc-af90-168f3acda924",
"KeyName": "sample string 4",
"CreateTime": "2026-03-27 18:54:08",
"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"