Changes between Initial Version and Version 1 of Ticket #50


Ignore:
Timestamp:
12/07/2011 11:22:30 AM (14 years ago)
Author:
chenchongqi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50

    • Property Keywords qq不显示,价格不显示,http协议版本 added; qq不显示,价格不显示 removed
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #50 – Description

    initial v1  
    77纠结啊,后来我想起这个js调用的链接巨长,在bqq对话框贴的时候还自动被分成了几段,会不会是这个原因呢?先在ie6下看其他产品,正常,看来有点谱了,做了个测试接口换一种方式调用,果然正常了。应该是url超长后,不同浏览器和代理服务器对http协议版本的支持不同导致。 
    88最后说下为什么这么长呢,当时是把商家的id串在一起传进去的,但是现在商家多了,就那个那个了。 
     9 
     10一个例子: 
     11{{{ 
     12http://m.pconline.com.cn/yp/companys_product_price_js.jsp?pid=364844&cids=0, 
     13350523,352387,316668,422752,352443,288024,309990,284262,284680,299849, 
     14314225,347935,317894,314680,315717,319479,356625,308587,167759,364845, 
     15318397,289185,315221,333353,306304,419557,317877,321988,312906,316248, 
     16355261,348976,306627,315265,377212,364984,351661,358503,328962,168797, 
     17301681,323271,308256,293890,293890,312820,348364,308382,287665,318961, 
     18329993,317181,338428,307168,306533,352406,246044,419916,335878,284912, 
     19335213,184413,316901,352964,398933,414761,422965,331248,420044,333571, 
     20402100,366190,407859,420822,330697,318799,308220,333008,340681,362743, 
     21350956,403172,411242,410737,314037,175441,306251,284278,344032,314794, 
     22352389,308544,149551,289427,410740,386891,386899,162557,314773,316087, 
     23310952,356538,315649,357648,382687,365391,152908,286004,153252,342318, 
     24335477,184413,316901,352964,398933,414761,422965,317877,321988,312906, 
     25316248,355261,348976,306627,315265,377212,364984,351661,358503,328962, 
     26356538,315649,357648,382687,365391,152908,286004,153252,350523,352387, 
     27316668,310836,352399,282962,342220,166442,423042,404891,319932,352642, 
     28362622,333804,289380,407277,339667,291817,341961,361387,403183,327268, 
     29302098,315863,372004,338964,343564,320923,319344,347556,316706,421219, 
     30374928,290515,413014,390010,166118,422752,352443,288024,309990,284262, 
     31284680,299849,315529,388950,300854,301244,316293,312181,377966,316261, 
     32373478,318829,290003,352395,405881,315408,305519,315180,315926,310754, 
     33331248,420044,333571,402100,366190,407859,420822,330697,318799,308220, 
     34333008,340681,362743,350956,403172,411242,316706,310836,352399,282962, 
     35342220,318829,290003,352395,405881,315408,305519,315180,315926,310754, 
     36315529,388950,300854,301244,342318,335477,421219,374928,290515,413014, 
     37390010,166118,166442,423042,404891,319932,352642,316293,312181,377966, 
     38316261,373478,362622,333804,289380,407277,339667,291817,341961,361387, 
     39403183,327268,302098,315863,372004,338964,343564,320923,319344,347556, 
     40315065,183578,150976,306826,315255,308365,352442,280064,273092,319073, 
     41376557,419755,339889,314377,243176,280065,279968,401223  
     42}}} 
     43 
     44处理方法: 
     45改成传pid和brandId,不传商家id了,当然了只有热门小类改,因为这个要查询产品库的同义词相对慢一点。