lckt-server/api/v1/article/enter.go
2025-04-09 12:17:33 +08:00

8 lines
168 B
Go

package article
import "git.echol.cn/loser/lckt/service"
type ApiGroup struct{ ArticleApi }
var articleService = service.ServiceGroupApp.ArticleGroup.ArticleService