文档
测试

获取当前时间范围内的节假日设置

GET
http://localhost:8076/clientapi/global/getcurrentholidaysetting

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
data
array
数据列表
必填
id
int
示例:1
必填
hlname
string
示例:测试节日
必填
hldate
string
示例:2022-08-31T00:00:00.000Z
必填
hlshow_date
string
示例:2022-08-31T00:00:00.000Z
必填
hlhide_date
string
示例:2022-09-05T00:00:00.000Z
必填
hlcontent
string
示例:前端自定义的数据json
必填
status
int
示例:1
必填
createdAt
string
示例:2022-08-31T17:04:43.000Z
必填
updatedAt
string
示例:2022-08-31T17:07:08.000Z
必填