Changes between Version 64 and Version 65 of baby3_developers/interface


Ignore:
Timestamp:
01/08/2015 10:39:13 AM (11 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby3_developers/interface

    v64 v65  
    413413{{{ 
    414414  备注:提问,默认为崔玉涛专栏的提问 
    415   请求URL:http://kuaiwen.pcbaby.com.cn/intf/app/ask.jsp 
     415  请求URL: http://kuaiwen.pcbaby.com.cn/intf/forCMS/question_talk_do.jsp 
    416416  HTTP请求方式:post 
    417417  是否需要登录:是 
     
    420420  缓存时间:无 
    421421  请求参数: 
    422      req_enc:请求预设编码 
    423      resp_enc:结果集预设编码 
    424      windowname:跨域时赋值 
    425      callback:回调函数名 
    426      title:问题标题 
    427      des:问题描述 
    428      typeid:问题分类ID 
    429      specialistid:专家ID(可选) 
     422     windowname 跨域时赋值 
     423     callback 回调函数名 
     424     title 问题标题(必须) 
     425     picUrl 问题图片路径 
     426     content 问题内容(必须) 
     427     questionTypeId 问题分类ID 
     428     crowd 求助类型 
     429     toExpert 单个专家ID(必须) 
     430     toExpertType 分类专家类型ID 
     431     useQuestionType 在搜索页面对专家提问,取提问时选择的分类 
    430432    设置header  Cookie = "common_session_id=xxxx"; 
    431433 
    432434  返回参数 
    433      {"result":(0-提问成功 -1-异常),"msg":"结果提示信息"} 
     435   { 
     436      "code":"1" //1,提问成功 -1,提问失败 
     437      "msg":"" //具体信息 
     438   } 
    434439}}} 
    435440