优化提前显示面板

This commit is contained in:
squallzhjch
2023-05-05 10:07:55 +08:00
parent 53bb2f3ca6
commit 4280c0bf0b
14 changed files with 313 additions and 17 deletions

View File

@@ -67,6 +67,6 @@ open class TaskBean @JvmOverloads constructor(
var message: String = ""
) : RealmObject() {
fun getDownLoadUrl(): String {
return "${Constant.SERVER_ADDRESS}devcp/download?fileStr=26"
return "${Constant.SERVER_ADDRESS}devcp/download?fileStr=$id"
}
}