Changes between Initial Version and Version 1 of Ticket #50, comment 2


Ignore:
Timestamp:
11/11/2011 02:22:34 PM (14 years ago)
Author:
chenchongqi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50, comment 2

    initial v1  
    22    目前接口的链接地址:http://product.pconline.com.cn/pdlib/service2011/price_dealer.jsp 
    33    price_dealer.jsp页面内容如下: 
     4{{{ 
    45     <% 
    56        int expires = Integer.parseInt(StringUtils.defaultString(request.getParameter("time"),"7200")); 
     
    2627 
    2728<jsp:include page="<%=url%>"></jsp:include> 
    28      
     29}}}