update qnc app 1.0.0
This commit is contained in:
parent
bd87821ae7
commit
c376c53697
@ -26,7 +26,7 @@ func NewGetAppVersionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Get
|
|||||||
func (l *GetAppVersionLogic) GetAppVersion() (resp *types.GetAppVersionResp, err error) {
|
func (l *GetAppVersionLogic) GetAppVersion() (resp *types.GetAppVersionResp, err error) {
|
||||||
|
|
||||||
return &types.GetAppVersionResp{
|
return &types.GetAppVersionResp{
|
||||||
Version: "1.0.1",
|
Version: "1.0.0",
|
||||||
WgtUrl: "https://www.quannengcha.com/app_version/qnc_1.0.1.wgt",
|
WgtUrl: "https://www.quannengcha.com/app_version/qnc_1.0.0.wgt",
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user