提价代码
This commit is contained in:
parent
d20dd35f8e
commit
f37a01601b
|
|
@ -224,11 +224,12 @@ namespace HuanMeng.MiaoYu.WebApi.Controllers
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// 获取app配置
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="version"></param>
|
/// <param name="version"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[HttpGet]
|
[HttpGet]
|
||||||
|
[AllowAnonymous]
|
||||||
public async Task<BaseResponse<MusicConfigDto>> GetAppConfig(string? version)
|
public async Task<BaseResponse<MusicConfigDto>> GetAppConfig(string? version)
|
||||||
{
|
{
|
||||||
MusicBLL musicBLL = new MusicBLL(ServiceProvider);
|
MusicBLL musicBLL = new MusicBLL(ServiceProvider);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user