This commit is contained in:
Daniel 2023-06-20 11:48:44 +08:00
parent bebb75d389
commit 4459413493
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
18 changed files with 117 additions and 103 deletions

View file

@ -553,7 +553,7 @@ func incPackageDownloads(repoURLHash, systemID string) {
}
repo := strings.Split(repoURLHash, "@")[0]
u := util.ChinaServer + "/apis/siyuan/bazaar/addBazaarPackageDownloadCount"
u := util.GetCloudServer() + "/apis/siyuan/bazaar/addBazaarPackageDownloadCount"
httpclient.NewCloudRequest30s().SetBody(
map[string]interface{}{
"systemID": systemID,