代理api连接文档

This commit is contained in:
“wanyongkang”
2024-04-24 18:31:02 +08:00
parent 58f7436358
commit b3eb1415b1
3 changed files with 418 additions and 0 deletions

View File

@@ -597,6 +597,14 @@ namespace Home.Controllers
var userId =this.Request.GetUserInfo().UserId;
return View();
}
[HttpGet]
[UserAuth]
public IActionResult api()
{
var userId =this.Request.GetUserInfo().UserId;
return View();
}
[HttpGet]
[UserAuth]
public IActionResult upload()