修改条件限速

修改数据上传下载地址
This commit is contained in:
squallzhjch
2023-05-19 17:23:45 +08:00
parent ebe5ecc689
commit 00f39555ab
8 changed files with 89 additions and 10 deletions

View File

@@ -65,7 +65,7 @@ open class TaskBean @JvmOverloads constructor(
var color: Int = 0xFF00AA
) : RealmObject() {
fun getDownLoadUrl(): String {
return "${Constant.SERVER_ADDRESS}devcp/download?fileStr=$id"
return "${Constant.SERVER_ADDRESS}devcp/downFile?fileStr=$id"
}
}