文档
测试

咨询安排明细

POST
http://devcloud.jsyixin.com/?r=third/huanshuo/DataSynchuanshuo/ConsultingAssign

接口描述

咨询安排接口

请求头

参数名
类型
描述
必填
Content-Type
string
application/x-www-form-urlencoded
必填

返回code码

|code码|类型|描述| |-|-|-| |200|int|成功| |400|int|参数错误或验证失败| |500|int|服务器错误|

请求参数

参数名
类型
描述
必填
appKey
string
appKey
必填
appSecret
string
appSecret
必填
start_time
date
开始时间,格式:2020-01-27 10:00:27
必填
end_time
date
结束时间,格式:2020-06-27 10:01:00
必填
page
int
页码
必填
size
int
每页条数
必填

响应参数

参数名
类型
描述
必填
status
string
示例:success
必填
code
int
示例:200
必填
message
object
数据字典
必填
total
int
总页数,示例:6
必填
data
array
数据列表
必填
teacher
string
咨询师,示例:王老师
必填
type
int
时间类型,1 单个时间 2 固定时间,示例:2
必填
date
int
日期,示例:1589990400
必填
start_time
int
开始时间,示例:1589990400
必填
end_time
int
结束时间,示例:1590076740
必填
address
string
地点,示例:家
必填
appointment_status
int
预约状态,0 未预约 1 已预约,示例:1
必填
teacher_id
string
咨询师id,示例:18435110714
必填
records
int
总条数,示例:51
必填
page
int
当前页,示例:1
必填

说明 / 示例

{ "status": "success", "code": 200, "message": { "total": 6, "data": [ { "teacher": "王老师", "type": 2, "date": 1589990400, "start_time": 1589990400, "end_time": 1590076740, "address": "家", "appointment_status": 1, "teacher_id": "18435110714" }, { "teacher": "王老师", "type": 2, "date": 1590336000, "start_time": 1590397200, "end_time": 1590411600, "address": "家", "appointment_status": 1, "teacher_id": "18435110714" }, { "teacher": "王老师", "type": 2, "date": 1590940800, "start_time": 1591002000, "end_time": 1591016400, "address": "家", "appointment_status": 1, "teacher_id": "18435110714" }, { "teacher": "王老师", "type": 2, "date": 1591545600, "start_time": 1591606800, "end_time": 1591621200, "address": "家", "appointment_status": 1, "teacher_id": "18435110714" }, { "teacher": "王老师", "type": 2, "date": 1592150400, "start_time": 1592211600, "end_time": 1592226000, "address": "家", "appointment_status": 1, "teacher_id": "18435110714" }, { "teacher": "王老师", "type": 2, "date": 1592755200, "start_time": 1592816400, "end_time": 1592830800, "address": "家", "appointment_status": 1, "teacher_id": "18435110714" }, { "teacher": "王老师", "type": 2, "date": 1593360000, "start_time": 1593421200, "end_time": 1593435600, "address": "家", "appointment_status": 0, "teacher_id": "18435110714" }, { "teacher": "王老师", "type": 2, "date": 1593964800, "start_time": 1594026000, "end_time": 1594040400, "address": "家", "appointment_status": 0, "teacher_id": "18435110714" }, { "teacher": "王老师", "type": 2, "date": 1594569600, "start_time": 1594630800, "end_time": 1594645200, "address": "家", "appointment_status": 0, "teacher_id": "18435110714" }, { "teacher": "王老师", "type": 2, "date": 1595174400, "start_time": 1595235600, "end_time": 1595250000, "address": "家", "appointment_status": 0, "teacher_id": "18435110714" } ], "records": 51, "page": 1 } }