11 lines
223 B
Go
11 lines
223 B
Go
|
package router
|
||
|
|
||
|
import (
|
||
|
"context"
|
||
|
"github.com/gogf/gf/v2/net/ghttp"
|
||
|
)
|
||
|
|
||
|
func (router *Router) BindWxAppletModuleController(ctx context.Context, group *ghttp.RouterGroup) {
|
||
|
//wxAppletRouter.R.BindController(ctx, group)
|
||
|
}
|