GET api/member/GetMemberInfo?token={token}&terminal={terminal}&time_stamp={time_stamp}&random={random}&sign={sign}
获取迈特喜会员信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token | string |
None. |
|
terminal |
终端 |
Terminal |
None. |
time_stamp |
时间戳 |
string |
None. |
random |
随机数 |
integer |
None. |
sign |
签名 |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfMemberInfoName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
data | MemberInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "data": { "id": "32299234-1c40-47f0-beae-f724f5063df7", "username": "sample string 2", "name": "sample string 3", "PhoneNumber": "sample string 4", "Email": "sample string 5", "login_time": "2025-07-12T07:47:30.4175099+00:00" } }
application/xml, text/xml
Sample:
<ApiResultOfMemberInfoWjQ9Dvjw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChinaTrainTickets.Web.Areas.webApi.Models"> <code>1</code> <data> <Email>sample string 5</Email> <PhoneNumber>sample string 4</PhoneNumber> <id>32299234-1c40-47f0-beae-f724f5063df7</id> <login_time>2025-07-12T07:47:30.4175099+00:00</login_time> <name>sample string 3</name> <username>sample string 2</username> </data> <message>sample string 2</message> </ApiResultOfMemberInfoWjQ9Dvjw>