GET api/Article/RemindColumn?openid={openid}&temptime={temptime}&sign={sign}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| openid | string |
Required |
|
| temptime | string |
Required |
|
| sign | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RemindColumnInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| IsRemind | boolean |
None. |
|
| ArticleContent | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsRemind": true,
"ArticleContent": "sample string 2"
}