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
ApiPhotoOutput| Name | 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": "238267ef-e938-4128-883c-73b99eef7772",
"Name": "sample string 2",
"Url": "sample string 3",
"CreateTime": "sample string 4"
}