bugfix: 解决参数过长问题
parent
9e480eecbf
commit
b04445734c
|
|
@ -238,7 +238,7 @@ public class GoViewProjectController : ControllerBase
|
|||
/// <param name="mainPage"></param>
|
||||
/// <returns></returns>
|
||||
[HttpPost("mainPage/set")]
|
||||
public Response<bool> SetMainPage(string mainPage)
|
||||
public Response<bool> SetMainPage([FromBody] string mainPage)
|
||||
{
|
||||
var result = new Response<bool>();
|
||||
try
|
||||
|
|
|
|||
Loading…
Reference in New Issue