3 天以前 b1ad2d17c7f93e819c67fe5ab5c2ca94e764e517
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/tenant/TenantController.http
@@ -1,5 +1,5 @@
### 获取租户编号 /admin-api/system/get-id-by-name
GET {{baseUrl}}/system/tenant/get-id-by-name?name=芋道源码
GET {{baseUrl}}/system/tenant/get-id-by-name?name=超级管理员
### 创建租户 /admin-api/system/tenant/create
POST {{baseUrl}}/system/tenant/create
@@ -8,7 +8,7 @@
tenant-id: {{adminTenantId}}
{
  "name": "芋道",
  "name": "超级管理员",
  "contactName": "芋艿",
  "contactMobile": "15601691300",
  "status": 0,