feat : update

This commit is contained in:
yanghao05
2025-04-30 21:05:16 +08:00
parent d6c5a2677c
commit 9a66277dd7
37 changed files with 67 additions and 30 deletions

View File

@@ -4,6 +4,7 @@ import (
"errors"
"fmt"
"path/filepath"
"quyun/app/jobs"
"quyun/app/models"
"quyun/database/schemas/public/model"

View File

@@ -2,13 +2,14 @@ package http
import (
"net/url"
"time"
"quyun/app/models"
"quyun/database/fields"
"quyun/database/schemas/public/model"
"quyun/pkg/utils"
"quyun/providers/jwt"
"quyun/providers/wechat"
"time"
"github.com/gofiber/fiber/v3"
"github.com/pkg/errors"

View File

@@ -2,6 +2,7 @@ package http
import (
"net/http"
"quyun/app/jobs"
"quyun/providers/job"
"quyun/providers/wepay"

View File

@@ -2,13 +2,14 @@ package http
import (
_ "embed"
"time"
"quyun/app/models"
"quyun/app/requests"
"quyun/database/fields"
"quyun/database/schemas/public/model"
"quyun/providers/ali"
"quyun/providers/wepay"
"time"
"github.com/go-pay/gopay/wechat/v3"
"github.com/gofiber/fiber/v3"

View File

@@ -1,11 +1,12 @@
package http
import (
"quyun/app/models"
"quyun/database/schemas/public/model"
"strings"
"time"
"quyun/app/models"
"quyun/database/schemas/public/model"
"github.com/gofiber/fiber/v3"
)

View File

@@ -1,10 +1,11 @@
package http
import (
"time"
"quyun/app/models"
"quyun/database/schemas/public/model"
"quyun/providers/wechat"
"time"
"github.com/gofiber/fiber/v3"
"github.com/gofiber/fiber/v3/log"