Changes between Version 77 and Version 78 of intf


Ignore:
Timestamp:
03/04/2013 02:54:14 PM (13 years ago)
Author:
wanganning
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v77 v78  
    264264* _photos.jsp   获取指定帖子内的图片[[BR]][[BR]] 
    265265  //参数// 
    266     tid=; 主题ID[[BR]] 
    267     pid=; 帖子ID[[BR]] 
    268     getPos=next/prev;  当没找到时按顺序还是倒序找下一个帖子 
     266    topicId=; 主题ID[[BR]] 
     267    postId=; 帖子ID[[BR]] 
     268    getPos=next/prev;  当没找到时按顺序还是倒序找下一个帖子[[BR]] 
     269    callback=;  回调函数名 
    269270  //说明// 
    270271    获取指定帖子内的图片,没找到时按参数继续找下一贴,以json格式返回[[BR]][[BR]]