Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop

This commit is contained in:
laodaming
2023-06-19 10:34:25 +08:00
7 changed files with 13 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
Name: product
Host: 0.0.0.0
Port: 8889
DataSource: fusentest:XErSYmLELKMnf3Dh@tcp(110.41.19.98:3306)/fusentest
SourceMysql: fusentest:XErSYmLELKMnf3Dh@tcp(110.41.19.98:3306)/fusentest
Auth:
AccessSecret: fusen2023
AccessExpire: 60

View File

@@ -5,9 +5,10 @@ import (
"fmt"
"fusenapi/initalize"
"fusenapi/server/product/internal/config"
"net/http"
"github.com/golang-jwt/jwt"
"gorm.io/gorm"
"net/http"
)
type ServiceContext struct {