权限模块开发

This commit is contained in:
hoteas 2022-01-10 13:23:39 +08:00
parent 136232dd57
commit 48fd753a96
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ func main() {
appIns := hotime.Init("config/config.json")
//RESTfull接口适配
appIns.SetConnectListener(func(context *hotime.Context) bool {
//支撑权限设置
return true
})