GET api/Photo?u={u}&t={t}&d={d}
获取Photo
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u |
用户ID |
integer |
Required |
t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
d |
ID=[,guid] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取Photo
ApiPhotoOutputName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Url | string |
None. |
|
CreateTime | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": "e1accba5-7d94-43a7-b5d3-00ea8bc7ac8f", "Name": "sample string 2", "Url": "sample string 3", "CreateTime": "sample string 4" }