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": "53c25969-c7bd-462c-bd05-328b014e6a6b",
"DistributorCompanyId": "927c3481-b80d-47b0-a5bc-1814cd6b7a76",
"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-06-22 19:11:21",
"LoginNowTime": "2026-06-22 19:11:21",
"CecordCount": 9,
"VisitCount": 10,
"BuyCount": 11,
"SigningCount": 12,
"TransactionOrderCount": 13,
"JPushKeyId": "sample string 14",
"CreateTime": "2026-06-22 19:11:21",
"UpdateTime": "2026-06-22 19:11:21",
"IsDelete": true,
"EmployeeId": "ae6a29b8-28c2-4bd0-9e13-46c63dc29ee9",
"UserType": 64,
"Founder": "72667edb-39d8-4f0b-8269-2d0d130a1ca9",
"BankCard": "sample string 20",
"BankDeposit": "sample string 21",
"DistributorCompanyName": "sample string 22",
"CreateTimeTxt": "2026-06-22",
"LoginTimeTxt": "2026-06-22",
"UserHobbyInfo": [
{
"ID": "88075b06-fce1-43b3-b78a-40cdaa9a349c",
"UserId": "e4104a7e-9760-4398-9e12-10dad9320f1d",
"HobbyType": 0,
"HobbyTypeName": "关注区域",
"KeyId": "8b04094f-3a6e-4ab6-8702-82b55139a525",
"KeyName": "sample string 4",
"CreateTime": "2026-06-22 19:11:21",
"IsDelete": true
},
{
"ID": "88075b06-fce1-43b3-b78a-40cdaa9a349c",
"UserId": "e4104a7e-9760-4398-9e12-10dad9320f1d",
"HobbyType": 0,
"HobbyTypeName": "关注区域",
"KeyId": "8b04094f-3a6e-4ab6-8702-82b55139a525",
"KeyName": "sample string 4",
"CreateTime": "2026-06-22 19:11:21",
"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"