Commit a65260f9 by qiusenming

add test

parent 67321830
......@@ -11,5 +11,12 @@ namespace LogisticsApiService.Controllers
[ApiController]
public class TestController : ControllerBase
{
[HttpGet]
[Route("tst")]
public IActionResult tst(string str)
{
return new JsonResult(new { key = str });
}
}
}
\ No newline at end of file
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