文档
测试

网络预约规则

POST

请求参数

参数名
类型
描述
必填
resourceId
int
示例:522
必填

响应参数

参数名
类型
描述
必填
id
int
示例:20
必填
resourceId
int
示例:522
必填
repeatType
string
示例:0
必填
startDt
int
示例:1599580800000
必填
endDt
object
示例:null
必填
totalCnt
int
示例:6
必填
appointmentTimes
array
数据列表
必填
id
int
示例:87
必填
paraSetId
int
示例:20
必填
resourceId
int
示例:522
必填
startDt
int
示例:1599580800000
必填
startH
int
示例:8
必填
startM
int
示例:0
必填
endH
int
示例:8
必填
endM
int
示例:5
必填
totalCnt
int
示例:1
必填
freeCnt
object
示例:null
必填

说明 / 示例

{ "msg": "成功", "code": 0, "success": true, "data": [ { "id": 20, "resourceId": 522, "repeatType": "0", "startDt": 1599580800000, "endDt": null, "totalCnt": 6, "appointmentTimes": [ { "id": 87, "paraSetId": 20, "resourceId": 522, "startDt": 1599580800000, "startH": 8, "startM": 0, "endH": 8, "endM": 5, "totalCnt": 1, "freeCnt": null }, { "id": 88, "paraSetId": 20, "resourceId": 522, "startDt": 1599580800000, "startH": 8, "startM": 10, "endH": 8, "endM": 30, "totalCnt": 1, "freeCnt": null }, { "id": 89, "paraSetId": 20, "resourceId": 522, "startDt": 1599580800000, "startH": 8, "startM": 45, "endH": 9, "endM": 0, "totalCnt": 1, "freeCnt": null }, { "id": 90, "paraSetId": 20, "resourceId": 522, "startDt": 1599580800000, "startH": 9, "startM": 10, "endH": 10, "endM": 0, "totalCnt": 1, "freeCnt": null }, { "id": 91, "paraSetId": 20, "resourceId": 522, "startDt": 1599580800000, "startH": 10, "startM": 0, "endH": 10, "endM": 2, "totalCnt": 1, "freeCnt": null }, { "id": 92, "paraSetId": 20, "resourceId": 522, "startDt": 1599580800000, "startH": 10, "startM": 2, "endH": 10, "endM": 4, "totalCnt": 1, "freeCnt": null } ] } ] }