GET api/MallClient/GetClientRelation?MasterUserId={MasterUserId}&MasterUserName={MasterUserName}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

会员中心 - 获取用户关系

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MasterUserId

主人用户标识

integer

None.

MasterUserName

主人用户名

string

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

会员中心 - 获取用户关系

PagedOfMallDistributeClientMore
NameDescriptionTypeAdditional information
Data

Collection of MallDistributeClientMore

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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">2024-03-28T20:22:15.4036751+08:00</CreateTime>
      <DataStatus xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">Effective</DataStatus>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">4</Id>
      <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>
      <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">2024-03-28T20:22:15.4036751+08:00</CreateTime>
      <DataStatus xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">Effective</DataStatus>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">4</Id>
      <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>
      <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>