软路由

This commit is contained in:
“wanyongkang”
2022-03-23 17:09:36 +08:00
parent 986c10a6d6
commit 073b9ea518
7 changed files with 254 additions and 129 deletions

View File

@@ -568,6 +568,15 @@ namespace Home.Controllers
return View();
}
[HttpGet]
[UserAuth]
public IActionResult RosOrder()
{
var userId =this.Request.GetUserInfo().UserId;
return View();
}
/// <summary>
/// 发送手机验证码
/// </summary>