|
@@ -33,11 +33,12 @@ open class DownloadController {
|
|
|
private val logger = LoggerFactory.getLogger(DownloadController::class.java)
|
|
|
} // Companion object
|
|
|
|
|
|
- @Autowired
|
|
|
- lateinit var activeMQ : JMSProducer
|
|
|
+ /* @Autowired
|
|
|
+ lateinit var activeMQ : JMSProducer*/
|
|
|
/**
|
|
|
* 下载速度
|
|
|
*/
|
|
|
+/*
|
|
|
@ApiOperation(value = "下载速度", notes = "")
|
|
|
@PostMapping(value = ["/speed"])
|
|
|
fun speed(@RequestBody request: DownloadSpeedRequest): SBaseResponse {
|
|
@@ -57,6 +58,7 @@ open class DownloadController {
|
|
|
}catch (ignore : Exception){}
|
|
|
return SBaseResponse()
|
|
|
} // Function create()
|
|
|
+*/
|
|
|
|
|
|
// /**
|
|
|
// * 创建Task
|