Changes between Version 88 and Version 89 of WikiStart/web-intf


Ignore:
Timestamp:
10/29/2012 03:26:29 PM (13 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v88 v89  
    442442{{{ 
    443443id:产品id 
     444common_session_id:common_session_id 
    444445}}} 
    445446 
     
    454455    "picUrl":"http://xxxx", 
    455456    "detailUrl":"http://", 
     457    "isCollected":0, 
    456458    "image":[ 
    457459        "http://xxxx", 
     
    471473detailUrl: 淘宝终端页[[BR]] 
    472474image:图片数组[[BR]] 
     475isCollected:是否已经被收藏了,1为是,0为否,common_session_id为空时,isCollected=0[[BR]] 
    473476 
    474477 
     
    930933其余信息在网友操作过程中,服务器能够自动采集。 
    931934 
     935== 21.浏览记录 == 
     936原型http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.1/ [[BR]] 
     937 
     938URL:  [[BR]] 
     939 
     940 
     941请求方式:POST[[BR]] 
     942 
     943是否需要登录:是[[BR]] 
     944 
     945功能说明:发送用户删除的浏览记录[[BR]] 
     946 
     947提交参数:[[BR]] 
     948 
     949{{{ 
     950common_session_id:common_session_id 
     951productIds: 商品ID1,商品ID2,商品ID3 
     952}}} 
     953 
     954返回参数:[[BR]] 
     955{{{ 
     956  result:返回代码, 
     957  msg:返回信息 
     958}}} 
     959 
     960== 22.收藏接口 ==  
     961原型http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.1/ [[BR]] 
     962 
     963URL:  [[BR]] 
     964 
     965 
     966请求方式:POST[[BR]] 
     967 
     968是否需要登录:是[[BR]] 
     969 
     970功能说明:用户删除收藏的产品[[BR]] 
     971 
     972提交参数:[[BR]] 
     973 
     974{{{ 
     975  common_session_id:common_session_id, 
     976  productIds: 商品ID1,商品ID2,商品ID3 
     977}}} 
     978 
     979返回参数:[[BR]] 
     980{{{ 
     981  result:返回代码, 
     982  msg:返回信息 
     983}}} 
    932984 
    933985浏览商品