GET API/InOut/Men/GetBySponsorId/{sponsorId}?startDate={startDate}&endDate={endDate}&lastId={lastId}&pageSize={pageSize}

根据发起人ID查记录

Request Information

Parameters

NameDescriptionAdditional information
sponsorId
发起人ID

Define this parameter in the request URI.

startDate
开始日期(发起)

Define this parameter in the request URI.

endDate
结束日期(发起)

Define this parameter in the request URI.

lastId
上一页最后一条记录的ID

Define this parameter in the request URI.

pageSize
每次显示多少条记录

Define this parameter in the request URI.