Commit 01fd9d1d by qiusenming

fix

parent 17f8a5ec
...@@ -14,7 +14,7 @@ namespace LogisticsApiService.Controllers ...@@ -14,7 +14,7 @@ namespace LogisticsApiService.Controllers
[HttpGet] [HttpGet]
[Route("tst")] [Route("tst")]
public IActionResult tst(string str) public IActionResult Test(string str)
{ {
return new JsonResult(new { key = str }); return new JsonResult(new { key = str });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment