POST api/Mobile/GetCurDayRecord?mac={mac}&guid={guid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mac | string |
Required |
|
| guid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
JsonResponseOfDayRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| Response | DayRecord |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"Response": {
"day": 1,
"morning_interval": 2,
"night_interval": 3
}
}