This commit is contained in:
2026-01-16 17:56:13 +08:00
parent 663ad1af0d
commit 1417804b66
4 changed files with 33 additions and 33 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.dsjcq168.cn/app_version/jnc_1.0.0.wgt",
WgtUrl: "https://www.dsjcx666.icu/app_version/jnc_1.0.0.wgt",
}, nil
}