Ticket #8 (closed task: fixed)

Opened 15 years ago

Last modified 15 years ago

(11-443)110331-IT商城商情读取规则修改

Reported by: chenchongqi Owned by: yuanhuoqing
Priority: major Milestone: 2011年第一阶段提交
Component: 网友前台 Version: 5.0
Keywords: Cc:
Due Date:

Description

商家首页及部分露出的接口规则调整

Attachments

[广州-技术单]商情规则修改[20110325].doc Download (456.5 KB) - added by yuanhuoqing 15 years ago.
商情规则修改的业务文档

Change History

comment:1 Changed 15 years ago by chenchongqi

  • Owner set to yuanhuoqing
  • Status changed from new to assigned

Changed 15 years ago by yuanhuoqing

商情规则修改的业务文档

comment:2 Changed 15 years ago by yuanhuoqing

  • spent_time set to 2

注意问题:
1、经销商读取商情的接口是/dealerlib/newsHot.jsp
2、分站读取商情的接口是/yp/company_hot_news.jsp,这里注意默认要加上广告的显示,代码块:try{

if(!Env.isBlankOrEmpty(fixedIds))
for(String fix:fixedIds.split(",")){

if(!Env.isBlankOrEmpty(fix)){

String[] fix1 = fix.split("_");
fixList(list,Env.intValue(fix1[1],0),areaId,4,bigTypeId,Env.intValue(fix1[0],0));

}

}

}catch(Exception e){

System.out.println("error!fixedIds="+fixedIds+" , list.size="+list.size());e.printStackTrace();

}

comment:3 Changed 15 years ago by chenchongqi

  • Status changed from assigned to closed
  • Resolution set to fixed
  • Summary changed from 商家接口规则调整 to (11-443)110331-IT商城商情读取规则修改
Note: See TracTickets for help on using tickets.