|
@ -124,9 +124,11 @@ func (TempLowHead3A60 *Temp3A60) Delete() (err error) { |
|
|
|
|
|
|
|
|
// ----------------------------temp------------------------------------
|
|
|
// ----------------------------temp------------------------------------
|
|
|
|
|
|
|
|
|
func InitializationHttpCrudPrefixHigHead3A60Temp3A60(router *hskgin.GinHelper) { |
|
|
|
|
|
|
|
|
func InitializationHttpCrudPrefixHigHead3A60Temp3A60(router *hskgin.GinHelper, authoritys ...func(ctx *hskgin.GinContextHelper)) { |
|
|
var authority = func(ctx *hskgin.GinContextHelper) { |
|
|
var authority = func(ctx *hskgin.GinContextHelper) { |
|
|
//todo 权限控制
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
if len(authoritys) > 0 { |
|
|
|
|
|
authority = authoritys[0] |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
router.Any("/Prefix3A60/TempLowHead3A60/get", func(ctx *hskgin.GinContextHelper) { |
|
|
router.Any("/Prefix3A60/TempLowHead3A60/get", func(ctx *hskgin.GinContextHelper) { |
|
|