Changes between Version 50 and Version 51 of pcauto_4.5.0/interface


Ignore:
Timestamp:
09/19/2014 10:11:32 AM (12 years ago)
Author:
chenziyang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.5.0/interface

    v50 v51  
    577577    tid:帖子ID 
    578578    fid:板块ID 
    579     pid:评分楼层ID 
     579    pids:评分楼层ID,如多个则用逗号间隔 
    580580    sendmsg:回复是否发消息,true/false 
    581581    scoreName2:评的分数(馒头) 
    582582    } 
    583583    样例: 
    584     json = { "fid": 11, "tid": 22, "pid": 33, "sendmsg": "true","scoreName2": 44 } 
     584    json = { "fid": "11", "tid": "22", "pid": "33", "sendmsg": "true","scoreName2": "44" } 
    585585    返回结果: 
    586586