Changes between Version 23 and Version 24 of app2.0/project-description


Ignore:
Timestamp:
04/08/2015 04:28:33 PM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/project-description

    v23 v24  
    179179}}} 
    180180 
     181* 关于获取爆料类型的方法: 
     182TopicService.getTypeIdForAppDetail(long topicId) 是旧app使用的方法,当时栏目id置顶的有歧义,跟网站端的不一致,所以现在废弃了这个方法,以后所有获取栏目类型都用如下的方法: 
     183{{{ 
     184#!java 
     185TopicService.getTypeIdForApp(long section); 
     186// 或者 
     187TopicService.getTypeIdByTopicForApp(long topicId); 
     188}}} 
     189 
    181190= 3、新增项目配置 = 
    182191 
     
    240249根据mrobot开发的反馈进行调整 
    241250 
    242