Changes between Version 46 and Version 47 of app2.0/03_personal


Ignore:
Timestamp:
04/20/2016 12:00:04 PM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/03_personal

    v46 v47  
    500500 
    501501---------- 
     502 
     503 
     504== 获取用户金币积分等记录 == 
     505 
     506> 线上:[http://best.pconline.com.cn/app/my/moneyLog/getMoneyLogList.do?common_session_id=56D39281DCC5AA42DC3D98B1A2E48B9A /app/my/moneyLog/getMoneyLogList.do] 
     507 
     508**提交方式** 
     509 
     510> GET 
     511 
     512**是否需要登录** 
     513 
     514> 是 
     515 
     516**缓存方式** 
     517 
     518> 无 
     519 
     520**缓存时间** 
     521 
     522> - 
     523 
     524**参数** 
     525 
     526||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     527||common_session_id|| - ||String||""||是|| 
     528||pageSize|| 返回数据个数 ||int||20||否|| 
     529||pageNo|| 返回数据页数 ||int||1||否|| 
     530 
     531**返回** 
     532 
     533{{{#!java 
     534result { 
     535        status:1,  
     536    msg '请求成功', 
     537        data: { 
     538            $moneyLog 
     539        } 
     540} 
     541}}} 
     542 
     543[http://rdtrac.pc.com.cn/pc_best/wiki/app2.0/object_properties#%E9%87%91%E5%B8%81%E8%AE%B0%E5%BD%95 $moneyLog]