Changes between Initial Version and Version 1 of information-type


Ignore:
Timestamp:
03/18/2014 04:27:13 PM (12 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • information-type

    v1 v1  
     1截止汽车网客户端4.2版,资讯一共存在6个类型,如下: 
     2 
     3typedef enum 
     4{ 
     5    InformationUnknown,   // 未知 
     6    InformationArticle,       //  文章 
     7    InformationTopic,        //  帖子 
     8    InformationALbum,     //  图集 
     9    InformationBroadCast,  // 直播文章 
     10    InformationZT,         // 专题网页 
     11    InformationActivity   // 活动网页 
     12} InformationType; 
     13 
     14以上类型,除unknown外,其他都是通过解析to-uri字段里的内容来进行判断: 
     15 
     16包含bbs-topic的为帖子 
     17包含album-photo的为图集 
     18包含information-article的为文章 
     19包含template=live的为直播文章 
     20包含type=activity的为活动 
     21包含type=zt的为专题 
     22 
     23负责madmin填写头条文章的编辑,请务必按照以上规则来填写to-uri