Skip to main content

NoticeResult

Data structure

INTLNoticeResult: Inherited from INTLBaseResult, includes basic information

Member variableTypeDescription
SeqIDstringRequest notice serial number
NoticeInfoListList<INTLNoticeInfo>Notice list, see the INTLNoticeInfo body

INTLNoticeInfo: Notice body, which includes various notice information

Member VariableTypeDescription
NoticeIdintNotice ID
AppIdstringID of the notice push system. If the content is pushed from Tencent Cloud, the app ID is Tencent Cloud.
AppNoticeIdstringID of the notice in the push side system
StatusintNotice status
1: Released
StartTimeintStart time
EndTimeintEnd time
UpdateTimeintUpdate time
AreaListstringInformation for the notice's game server. The game independently determines the player's game server and decides whether to display this.
PictureListList<INTLNoticePicture>Image list
ContentListList<INTLNoticeContent>Content list of the current notice
ExtraDatastringExtended field

INTLNoticeContent: Notice content

Member VariableTypeDescription
ContentIdintID of this content in the Player Network SDK system
AppContentIdstringID of this content in the push side system
TitlestringNotice title
ContentstringNotice content
LanguagestringNotice language type
UpdateTimeintNotice update time
ExtraDatastringNotice's extended information, configured by the game on the admin site and independently parsed
PictureListList<INTLNoticePicture>Image list

INTLNoticePicture: Notice image

Member VariableTypeDescription
UrlstringImage address
HashstringImage hash code
RedirectUrlstringImage redirect address
ExtraDatastringAdditional information for the image

extra_reserved from ExtraData

NameTypeRemark
AuthorstringNews > Basic Info > Author [News example]
CategorystringNotices > Notice Bar Notices > Basic Info > Notice Types [Notice bar notice example]
CreateTypeintNotice type
1: Pre-login notice
2: Post-login notice
3: Notice bar notice
4: Custom notice
[Pre-login notice example] [Post-login notice example] [Notice bar notice example]
IsOpenServiceintNotices > Pre-login Notices > Basic Information > Before Server Start > Yes (1)/No (0) [[Pre-login notice example]
IsTopingboolNews > Basic Info > Pin to Top > Yes (true)/No (false) [News example]
KeywordstringNews > Basic Info > Keywords [News example]
SortintNotices > Post-login Notices / Notice Bar Notices > Order [Post-login notice example] [Notice bar notice example]
TopEndstringNews > Basic Info > Pin End Time [News example]
TopStartstringNews > Basic Info > Pin Start Time [News example]
DefaultLanguagestringSets default language
ExtraData:
{
"extra_reserved":"{\"Author\":\"\",\"Category\":\"\",\"CreateType\":\"4\",\"IsOpenService\":\"0\",\"IsToping\":false,\"Keyword\":\"\",\"Sort\":\"\",\"TopEnd\":\"2000-01-01 00:00:01\",\"TopStart\":\"2000-01-01 00:00:01\"}"
}
News example

Image: News example

Pre-login notice example

Image: Pre-login example

Post-login notice example

Image: Post-login example

Notice bar notice example

Image: Notice bar notice example