This commit is contained in:
2026-01-14 16:37:52 +08:00
parent e4665b9f6e
commit 857d592ee7
17 changed files with 313 additions and 162 deletions

View File

@@ -26,6 +26,6 @@ func NewGetAppVersionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Get
func (l *GetAppVersionLogic) GetAppVersion() (resp *types.GetAppVersionResp, err error) {
return &types.GetAppVersionResp{
Version: "1.0.0",
WgtUrl: "https://www.quannengcha.com/app_version/bdqr_1.0.0.wgt",
WgtUrl: "https://www.yuyuecha.com/app_version/bdqr_1.0.0.wgt",
}, nil
}

View File

@@ -1,9 +1,9 @@
package auth
import (
"context"
"bdqr-server/common/xerr"
"bdqr-server/pkg/lzkit/crypto"
"context"
"fmt"
"math/rand"
"time"