Ticket #46 (closed 总结: 已处理)

Opened 13 years ago

Last modified 12 years ago

论坛中快搜的使用情况

Reported by: lifeng Owned by: wanganning
Priority: 重要的(3) Milestone:
Component: 核心模块 Version: BBS6.6
Keywords: 快搜 Cc:
Due Date: 21/12/2012

Description (last modified by lifeng) (diff)

intf/special/_searchHTML.jsp

ks.*.com.cn/search.jsp?appName=*&returnType=json&return=authorId,login,id,title,date,summary,access,replycount&pageNo=*&perPage=*&highlight=title,summary&sort=*&q=*

templates/auto/forum.jsp

$.ajax({
   url:'http://ks.pcauto.com.cn/search.jsp?appName=auto_cms_base&q=channel_id\:'+getAreaCmsId(_areaId)+'&return=title,url&highlight=false&returnType=json&sort=time\:desc&pageNo=1&perPage=3&func=ksCallback',
   dataType:'script',
   cache:true
});

Change History

comment:1 Changed 13 years ago by lifeng

  • Description modified (diff)

comment:2 Changed 13 years ago by wanganning

  • Owner changed from qinhongyuan to wanganning
  • Status changed from new to accepted

dealer_info.html 汽车网最新优惠

http://ks.pcauto.com.cn/search.jsp?appName=auto_cms_base&q=channel_id:'+getAreaCmsId(_areaId)+'&return=title,url&highlight=false&returnType=json&sort=time:desc&pageNo=1&perPage=3

templates/house/forum.jsp

<form target="_blank" action="http://ks.pchouse.com.cn/house_bbs.jsp" method="get">

templates/pie/header.jsp

<form target="_blank" method="get" id="searchForm" action="http://ks.pconline.com.cn/bbs.jsp">

util/ks_autobbs.jsp

$.getScript("http://ks.pcauto.com.cn/search.jsp?sort=date:asc&func=show&return=id,summary,date&appName=auto_bbs&returnType=json&pageNo="
			 + pageNo + "&q=" + q);

util/ks_babybbs.jsp
{{{$.getScript(" http://ks.pcbaby.com.cn/search.jsp?sort=date:asc&func=show&return=id,summary,date&appName=kids_bbs&returnType=json&pageNo="

+ pageNo + "&q=" + q);}}}

util/ks_bbs.jsp
{{{$.getScript(" http://ks.pconline.com.cn/search.jsp?sort=date:asc&func=show&return=id,summary,date&appName=bbs&returnType=json&pageNo="

+ pageNo + "&q=" + q);}}}

util/ks_gamebbs.jsp

$.getScript("http://ks.pcgames.com.cn/search.jsp?sort=date:asc&func=show&return=id,summary,date&appName=games_bbs&returnType=json&pageNo="
			 + pageNo + "&q=" + q);

util/ks_ladybbs.jsp

$.getScript("http://ks.pclady.com.cn/search.jsp?sort=date:asc&func=show&return=id,summary,date&appName=lady_bbs&returnType=json&pageNo="
			 + pageNo + "&q=" + q);

templates/games/quick_nav.jsp

<form id="searchForm" action="http://ks.pcgames.com.cn/games_bbs.jsp" method="get" target="_blank">

templates/games/quick_nav.jsp
<form id="searchForm" action="http://ks.pcgames.com.cn/games_bbs.jsp" method="get" target="_blank">

templates/lady/quick_nav.jsp

<form id="searchForm" action="http://ks.pclady.com.cn/lady_blog.jsp" method="get" target="_blank">

templates/kids/quick_nav.jsp
<form id="searchForm" action="http://ks.pcbaby.com.cn/kids_index.jsp" method="get" target="_blank">

templates/auto/quick_nav.jsp

<form id="searchForm" action="http://ks.pcauto.com.cn/auto_bbs.jsp" method="get" target="_blank">

3g/search.jsp

http://ks.pcauto.com.cn/search.jsp?appName=auto_bbs&return=id,login,title,forum,replycount,access,authorId&highlight=false&returnType=json&q=" + query + "&perPage=" + pageSize + "&pageNo=" + pageNo

templates/house/topic.jsp

<form target="_blank" action="http://ks.pchouse.com.cn/house_bbs.jsp" method="get">

templates/pie/topper.jsp

<form action="http://ks.pconline.com.cn/bbs.jsp" method="get">

templates/house/viewpost.jsp

<form target="_blank" action="http://ks.pchouse.com.cn/house_bbs.jsp" method="get">
Version 2, edited 13 years ago by wanganning (previous) (next) (diff)

comment:3 Changed 13 years ago by lifeng

皮卡斯接口(在管理后台配置)

http://ks.pconline.com.cn/pconline_pickax

comment:4 Changed 12 years ago by dingjianyong

  • Status changed from accepted to closed
  • Resolution set to 已处理
Note: See TracTickets for help on using tickets.