Changes between Version 72 and Version 73 of baby3_developers/interface
- Timestamp:
- 01/13/2015 04:22:07 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
baby3_developers/interface
v72 v73 453 453 备注:问答终端 454 454 接口说明:参照亲子V2.0接口--5.2问答详情(http://trac.pc.com.cn/iphone/wiki/baby/interface#a5.2问答详情) 455 接口开发: 456 原始URL:457 请求URL:455 接口开发:陈子洋,吴全贵 456 mrobot接口:http://mrobot.pcbaby.com.cn/v2/qzbd/askDetail?qId=591151 457 后端原始URL:http://kuaiwen.pcbaby.com.cn/intf/app/question_detail.jsp?qId=591151 458 458 459 459 HTTP请求方式:get 460 460 是否需要登录:否 461 461 返回格式:HTML页面 462 缓存方式:无463 缓存时间: 无464 请求参数: 465 qId: // 问题id 466 467 返回参数:462 是否缓存:是 463 缓存时间:15分钟 464 请求参数: 465 qId: // 问题id,必须 466 467 原始接口返回参数: 468 468 { 469 "qId": //问题id 470 "title": //问题标题 471 "des": //问题详情 472 "qTime" //问题发布时间 469 "ret":0-正常返回数据 -1-无数据返回, 470 "msg":ret=-1时的错误信息, 471 "qId":问题id, 472 "title":问题标题, 473 "des":问题详情, 474 "qTime":问题发布时间, 475 "adsId":对应的广告标识, 473 476 "answers":[ 474 477 { 475 "aId": //回答id476 "a uthorFace":// 回答医生头像477 "a Time":"//回答时间478 " department":"妇科", //所属科目479 " authorName": //医生姓名480 " hospital":" //医院名481 " answer": // 回答详情482 "a uthorId": //医生id478 "aId":问题id, 479 "answer":回答内容, 480 "authorFace":回答专家头像(180x180), 481 "authorId":专家id, 482 "department":专家所属科目, 483 "authorName":专家姓名, 484 "hospital":医院名, 485 "aTime":问题时间 483 486 } 484 487 ]
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)