Changes between Version 108 and Version 109 of baby/interface


Ignore:
Timestamp:
08/08/2014 05:44:45 PM (12 years ago)
Author:
lianchijin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby/interface

    v108 v109  
    13731373     "result":"0" 
    13741374  } 
     1375}}} 
     1376 
     1377==== 6.8获取用户积分 ==== 
     1378{{{ 
     1379  备注:获取用户积分 
     1380  接口开发: 
     1381  请求URL:http://v14.pcbaby.com.cn/action/score/get.jsp? 
     1382  HTTP请求方式:get 
     1383  是否需要登录:是 
     1384  返回格式:JSON 
     1385  缓存方式:无 
     1386  缓存时间:无 
     1387  请求参数: 
     1388  uid=; //用户ID(not null) 
     1389  scoretypeid=22; //积分类型id   11为金币; 22为积分 (这里传22,获取积分) 
     1390  返回参数:JSON 
     1391  { 
     1392    status, 
     1393    desc, 
     1394    userId, 
     1395    score 
     1396}  
    13751397}}} 
    13761398