Changes between Version 51 and Version 52 of baby3_developers/interface


Ignore:
Timestamp:
01/06/2015 02:14:19 PM (11 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby3_developers/interface

    v51 v52  
    401401{{{ 
    402402  备注:提问,默认为崔玉涛专栏的提问 
    403   接口开发: 
    404   请求URL:http:// 
    405   接口说明: 
     403  请求URL:http://kuaiwen.pcbaby.com.cn/intf/app/ask.jsp 
    406404  HTTP请求方式:post 
    407405  是否需要登录:是 
     
    410408  缓存时间:无 
    411409  请求参数: 
    412    title:问题标题 
    413    des = 问题描述; 
    414    typeId = 问题分类id 
    415    specialistId:专家id, 
    416    设置header  Cookie = "common_session_id=xxxx"; 
     410     req_enc:请求预设编码 
     411     resp_enc:结果集预设编码 
     412     windowname:跨域时赋值 
     413     callback:回调函数名 
     414     title:问题标题 
     415     des:问题描述 
     416     typeid:问题分类ID 
     417     specialistid:专家ID(可选) 
     418    设置header  Cookie = "common_session_id=xxxx"; 
    417419 
    418420  返回参数 
    419   { 
    420    msg: 
    421    result: //结果状态码   0提问成功  非0返回对应的出错信息  
    422   } 
     421     {"result":(0-提问成功 -1-异常),"msg":"结果提示信息"} 
    423422}}} 
    424423