GET api/MallClient/GetClientRelation?MasterUserId={MasterUserId}&MasterUserName={MasterUserName}&SlaveUserId={SlaveUserId}&SlaveUserName={SlaveUserName}&PageSize={PageSize}&Search={Search}&PageID={PageID}
会员中心 - 获取用户关系
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| MasterUserId |
主人用户标识 |
integer |
None. |
| MasterUserName |
主人用户名 |
string |
None. |
| SlaveUserId |
被绑定用户标识 |
integer |
None. |
| SlaveUserName |
被绑定用户名 |
string |
None. |
| PageSize |
每页条数 |
integer |
None. |
| Search |
关键字 |
string |
None. |
| Keywords |
关键字 |
string |
None. |
| PageID |
分页页数 |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
会员中心 - 获取用户关系
PagedOfMallDistributeClientMore| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of MallDistributeClientMore |
None. |
|
| TotalRecord | integer |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<PagedOfMallDistributeClientMoreReSHk9r4 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model.ModelAggregation">
<d2p1:MallDistributeClientMore>
<CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2025-12-16T15:56:30.3618676+08:00</CreateTime>
<DataStatus xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">Effective</DataStatus>
<EffectiveTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2025-12-16T15:56:30.3618676+08:00</EffectiveTime>
<Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">4</Id>
<IsEffective xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">true</IsEffective>
<MasterUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">5</MasterUserId>
<SlaveUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">6</SlaveUserId>
<UnEffectiveTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2025-12-16T15:56:30.3618676+08:00</UnEffectiveTime>
<d2p1:MasterName>sample string 3</d2p1:MasterName>
<d2p1:SlaveImgUrl>sample string 2</d2p1:SlaveImgUrl>
<d2p1:SlaveName>sample string 1</d2p1:SlaveName>
</d2p1:MallDistributeClientMore>
<d2p1:MallDistributeClientMore>
<CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2025-12-16T15:56:30.3618676+08:00</CreateTime>
<DataStatus xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">Effective</DataStatus>
<EffectiveTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2025-12-16T15:56:30.3618676+08:00</EffectiveTime>
<Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">4</Id>
<IsEffective xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">true</IsEffective>
<MasterUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">5</MasterUserId>
<SlaveUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">6</SlaveUserId>
<UnEffectiveTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2025-12-16T15:56:30.3618676+08:00</UnEffectiveTime>
<d2p1:MasterName>sample string 3</d2p1:MasterName>
<d2p1:SlaveImgUrl>sample string 2</d2p1:SlaveImgUrl>
<d2p1:SlaveName>sample string 1</d2p1:SlaveName>
</d2p1:MallDistributeClientMore>
</Data>
<TotalPage>2</TotalPage>
<TotalRecord>1</TotalRecord>
</PagedOfMallDistributeClientMoreReSHk9r4>