提交 cf71bb53 编写于 作者: lwplvx's avatar lwplvx

添加原型设计文件

上级 cdce444c
......@@ -45,6 +45,17 @@ namespace Aurora.Tenant.Api.Controllers
var res = await _tenantService.GetById(id);
return res;
}
[HttpGet]
/// <summary>
/// get tenant by current request url
/// </summary>
/// <returns></returns>
public async Task<ResponseModel<TenantUserDto>> GetByUrl(string url)
{
var res = await _tenantService.GetById(id);
return res;
}
[HttpPost]
/// <summary>
......
......@@ -21,7 +21,7 @@
"dotnetRunMessages": "true",
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"applicationUrl": "http://localhost:5001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
......
文件已添加
......@@ -3,3 +3,5 @@
* [让Dapper支持读写分离](https://mp.weixin.qq.com/s/ccEg0WjFaCpdUg6AqcG5ZA)
* [EFCore之增删改查](https://mp.weixin.qq.com/s/Pzqr6a4bfTgFoB4_40JxrA)
* [构建属于你自己的dapr服务发现](https://mp.weixin.qq.com/s/XonGIPMdtCQ3cCLkGrCYQQ)
* [BootstrapBlazor](https://www.blazor.zone/menus)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册