Skip to content

Commit

Permalink
提交一个文件
Browse files Browse the repository at this point in the history
  • Loading branch information
zgwit committed Oct 16, 2023
1 parent cdaa432 commit 69bf7cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/download.go
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
package app

const HUB = "https://hub.iot-noob.com"


func Download(id string) error {
url := HUB + "/app/"+id+"/download"


return nil
}

0 comments on commit 69bf7cf

Please sign in to comment.