|
@ -7,7 +7,6 @@ import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.http.MediaType;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
@ -19,7 +18,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
* @slogan 他化自在,我自逍遥
|
|
|
*/
|
|
|
@RestController
|
|
|
@RequestMapping(value = "/raido",produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
|
|
|
@RequestMapping(value = "/raido")
|
|
|
@Api(value = "收音机音频接口", description = "收音机音频接口", tags = {"收音机音频接口"})
|
|
|
public class WlyyRadioEndpoint extends EnvelopRestEndpoint {
|
|
|
|