GET api/Agent/MicroApp/Broadcast/CurrentUserCanRead/BroadcastId
获取当前运营商用户是否有未读的最新公告。
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.