1 Star 0 Fork 0

庞飞/multiapp

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
AppMiddleware.go 289 Bytes
Copy Edit Raw Blame History
庞飞 authored 2023-10-03 10:28 +08:00 . 合并主框架
package middleware
import (
"gitee.com/pangxianfei/multiapp/request"
"gitee.com/pangxianfei/multiapp/example"
)
// AppMiddleware 未使用
func AppMiddleware(ctx request.Context, AppId int64) error {
ctx.Set("AppId", AppId)
new(example.Example).SetAppExampleDB(AppId)
return nil
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/pangxianfei/multiapp.git
git@gitee.com:pangxianfei/multiapp.git
pangxianfei
multiapp
multiapp
v1.2.3

Search