feat: add wxshare

This commit is contained in:
Rogee
2025-04-30 17:06:10 +08:00
parent af0507d0c1
commit 42c1c17c0a
24 changed files with 313 additions and 147 deletions

View File

@@ -58,12 +58,14 @@ func Provide(opts ...opt.Option) error {
pays *pays,
posts *posts,
users *users,
wechats *wechats,
) (contracts.HttpRoute, error) {
obj := &Routes{
auth: auth,
pays: pays,
posts: posts,
users: users,
auth: auth,
pays: pays,
posts: posts,
users: users,
wechats: wechats,
}
if err := obj.Prepare(); err != nil {
return nil, err