POST api/WisdomCollection/QueryLinkManByID/{id}
D6.联系人,通过ID搜索,反推前面的二级、三级组别下拉框数据,一级组别下拉框固定,通过OneGroup赋值绑定即可
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
关键字 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
D6.联系人,通过ID搜索,反推前面的二级、三级组别下拉框数据,一级组别下拉框固定,通过OneGroup赋值绑定即可
ResultModelOfUsersSimpleAppletViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | UsersSimpleAppletViewModel |
None. |
|
| count | integer |
None. |
|
| SessionKey | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": {
"LstThreeLev": null,
"LstTwoLev": [],
"UserID": "sample string 1",
"UserRealName": "sample string 2",
"OneGroup": "sample string 3",
"TwoGroup": "sample string 4",
"ThreeGroup": "sample string 5"
},
"count": 1,
"SessionKey": "sample string 3"
}
application/xml
Sample:
text/xml
Sample: