文档
测试

添加节假日设置

POST
http://localhost:8076/api/setting/addholidaysetting

请求参数

参数名
类型
描述
必填
hlname
string
节假日名称
必填
hldate
string
节假日时间
必填
hlshow_date
string
开始展示时间
必填
hlhide_date
string
结束展示时间
必填
hlcontent
string
展示内容(前端自己组装内容)
必填
status
int
状态(0:禁用,1:启用)
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填