文档
测试
彭国强

日历首页

POST
http://localhost/doc/userItemReminder/getCalenderDateList

请求头

参数名
类型
描述
必填

请求参数

参数名
类型
描述
必填
phone
string
示例:{{phone}}
必填
token
string
示例:{{token}}
必填
date
string
示例:2022-06-28
必填
userId
int
示例:4209
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:获取成功
必填
dataContent
object
数据字典
必填
dateItem
array
数据列表
必填
packageEndTime
string
示例:2022-10-03
必填
recordLinks
array
数据列表
必填
records
array
数据列表
必填
remind
string
示例:每1天重复
必填
time
string
示例:11:31
必填
title
string
示例:上称提醒
必填
userItemReminderId
int
示例:132
必填
time
string
示例:2022-06-28
必填
state
int
示例:1
必填

说明 / 示例

{ "msg": "获取成功", "data": { "dateItem": [ "2022-06-26", "2022-06-27", "2022-06-28", "2022-06-29", "2022-06-30", "2022-07-01", "2022-07-02", "2022-07-03", "2022-07-04", "2022-07-05", "2022-07-06", "2022-07-07", "2022-07-08", "2022-07-09", "2022-07-10", "2022-07-11", "2022-07-12", "2022-07-13", "2022-07-14", "2022-07-15", "2022-07-16", "2022-07-17", "2022-07-18", "2022-07-19", "2022-07-20", "2022-07-21", "2022-07-22", "2022-07-23", "2022-07-24", "2022-07-25", "2022-07-26", "2022-07-27", "2022-07-28", "2022-07-29", "2022-07-30", "2022-07-31", "2022-08-01", "2022-08-02", "2022-08-03", "2022-08-04", "2022-08-05", "2022-08-06", "2022-08-07", "2022-08-08", "2022-08-09", "2022-08-10", "2022-08-11", "2022-08-12", "2022-08-13", "2022-08-14", "2022-08-15", "2022-08-16", "2022-08-17", "2022-08-18", "2022-08-19", "2022-08-20", "2022-08-21", "2022-08-22", "2022-08-23", "2022-08-24", "2022-08-25", "2022-08-26", "2022-08-27", "2022-08-28", "2022-08-29", "2022-08-30", "2022-08-31", "2022-09-01", "2022-09-02", "2022-09-03", "2022-09-04", "2022-09-05", "2022-09-06", "2022-09-07", "2022-09-08", "2022-09-09", "2022-09-10", "2022-09-11", "2022-09-12", "2022-09-13", "2022-09-14", "2022-09-15", "2022-09-16", "2022-09-17", "2022-09-18", "2022-09-19", "2022-09-20", "2022-09-21", "2022-09-22", "2022-09-23", "2022-09-24", "2022-09-25", "2022-09-26", "2022-09-27", "2022-09-28", "2022-09-29", "2022-09-30", "2022-10-01", "2022-10-02", "2022-10-03" ], "packageEndTime": "2022-10-03", "recordLinks": [ { "records": [ { "remind": "每1天重复", "time": "11:31", "title": "上称提醒", "userItemReminderId": 132 }, { "remind": "每1天重复", "time": "11:31", "title": "早餐提醒", "userItemReminderId": 133 }, { "remind": "每1天重复", "time": "11:31", "title": "喝水提醒", "userItemReminderId": 135 }, { "remind": "每1天重复", "time": "11:31", "title": "加餐提醒", "userItemReminderId": 136 }, { "remind": "每1天重复", "time": "11:31", "title": "午餐提醒", "userItemReminderId": 137 }, { "remind": "每1天重复", "time": "11:31", "title": "喝水提醒", "userItemReminderId": 138 }, { "remind": "每1天重复", "time": "11:31", "title": "晚餐提醒", "userItemReminderId": 139 }, { "remind": "每1天重复", "time": "11:31", "title": "睡眠提醒", "userItemReminderId": 140 } ], "time": "2022-06-28" } ] }, "state": 1 }