Commit 595f15e8 authored by szh's avatar szh

update url

parent a98bedd2
......@@ -500,7 +500,7 @@ func AutoUpdatePai() error {
if version >= latestversion {
return nil
}
name := setting.Chain33Pai.Name+"_"+latestversion+".tar.gz"
name := setting.Chain33Pai.Name+"_"+latest+".tar.gz"
url := setting.Chain33Pai.DownloadUrl+ name
//oss下载更新包
err = DownLoadFile(url,name,int32(2))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment