🎨新增了设置相关的接口
This commit is contained in:
8
http/param/setting.go
Normal file
8
http/param/setting.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package param
|
||||
|
||||
// SetSetting
|
||||
// @description: 添加/编辑设置
|
||||
type SetSetting struct {
|
||||
Code string `json:"code" form:"code" binding:"required"`
|
||||
Data string `json:"data" form:"data" binding:"required"`
|
||||
}
|
Reference in New Issue
Block a user