JM-WechatMini/resource/plug_template/api/enter.go.tpl

8 lines
90 B
Smarty
Raw Normal View History

2023-11-02 04:34:46 +08:00
package api
type ApiGroup struct {
{{ .PlugName}}Api
}
var ApiGroupApp = new(ApiGroup)