fix domain

This commit is contained in:
2025-06-19 21:30:57 +08:00
parent 49843017c0
commit c062908aae
10 changed files with 97 additions and 93 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/qnc_1.0.0.wgt",
WgtUrl: "https://ycc.quannengcha.com/app_version/qnc_1.0.0.wgt",
}, nil
}