update qnc app 1.0.1

This commit is contained in:
liangzai 2025-03-14 15:18:25 +08:00
parent 2f269bd147
commit bd87821ae7

View File

@ -26,7 +26,7 @@ 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",
Version: "1.0.1",
WgtUrl: "https://www.quannengcha.com/app_version/qnc_1.0.1.wgt",
}, nil
}