修改条件限速
修改数据上传下载地址
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user