Changes between Version 100 and Version 101 of baby3.0_developers/interface


Ignore:
Timestamp:
03/08/2016 03:59:21 PM (10 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby3.0_developers/interface

    v100 v101  
    854854== 19. 账号同步到我们的后台(后端操作过程)== 
    855855== 20. live800页面(mrobot) == 
     856'''(接口已完成,请连开发机进行调试)''' 
     857  **HTTP请求方式:** 
     858  >get 
     859  **mrobot接口** 
     860  > http://mrobot.pcbaby.com.cn/s/qzbd/kuaiwen/redirect_live800.xsp?userId=338&name=fish&v=300 
     861  **是否需要登录:** 
     862  >否 
     863  **返回格式:** 
     864  >html 
     865  **缓存方式:** 
     866  >无 
     867  **缓存时间:** 
     868  >无 
     869  **请求参数:** 
     870 ||参数名||类型||必须||说明|| 
     871 ||userId||int||是 ||用户id|| 
     872 ||name||string||是 ||用户名称或者用户昵称|| 
     873 ||v||int ||是 ||版本号 || 
    856874 
    857875== 21.快捷登录(passport,已有) ==