This commit is contained in:
Liang Ding 2022-07-14 10:39:53 +08:00
parent d1fb78ebb1
commit f825fefa43
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
8 changed files with 96 additions and 22 deletions

View file

@ -39,7 +39,7 @@ func GetRhyResult(force bool) (map[string]interface{}, error) {
request := httpclient.NewCloudRequest()
_, err := request.SetResult(&cachedRhyResult).Get(AliyunServer + "/apis/siyuan/version?ver=" + Ver)
if nil != err {
LogErrorf("get version meta info failed: %s", err)
LogErrorf("get version info failed: %s", err)
return nil, err
}
rhyResultCacheTime = now