GET api/Farmer/MicroApp/Check/HasNotice
查询当前农户用户是否存在未读的公告
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
查询当前农户用户是否存在未读的公告
CommonOperationResultWithTagOfBoolean| Name | Description | Type | Additional information | 
|---|---|---|---|
| errcode | integer | None. | |
| errmsg | string | None. | |
| tag | boolean | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": true
}
        application/xml, text/xml
            Sample:
        <CommonOperationResultWithTagOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag>true</tag> </CommonOperationResultWithTagOfboolean>
application/bson
            Sample:
Binary JSON content. See http://bsonspec.org for details.